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

This reverts commit 33ede1604d.
This commit is contained in:
freepdk 2022-04-13 12:43:05 +02:00
parent 33ede1604d
commit 06af5858eb

View File

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