auto create release when tag is present which starts with "v"

This commit is contained in:
freepdk 2022-04-13 12:38:30 +02:00
parent eac797a790
commit 33ede1604d

View File

@ -29,7 +29,7 @@ jobs:
run: bash ./.github/auto_build.sh
- name: 'release assets'
if: startsWith( github.ref, 'refs/tags/releases/')
if: startsWith( github.ref, 'refs/tags/v')
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}