mirror of
https://github.com/free-dmo/free-dmo-stm32
synced 2024-08-30 18:12:20 +00:00
Revert "auto create release when tag is present which starts with "v""
This reverts commit 33ede1604d
.
This commit is contained in:
parent
33ede1604d
commit
06af5858eb
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
run: bash ./.github/auto_build.sh
|
run: bash ./.github/auto_build.sh
|
||||||
|
|
||||||
- name: 'release assets'
|
- name: 'release assets'
|
||||||
if: startsWith( github.ref, 'refs/tags/v')
|
if: startsWith( github.ref, 'refs/tags/releases/')
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user