* fix release script

This commit is contained in:
Ingo Fischer
2021-08-23 00:42:19 +02:00
parent 3b2de4ecae
commit 3886bfd30c
+1 -2
View File
@@ -88,7 +88,6 @@ jobs:
if: | if: |
contains(github.event.head_commit.message, '[skip ci]') == false && contains(github.event.head_commit.message, '[skip ci]') == false &&
github.event_name == 'push' && github.event_name == 'push' &&
github.event.base_ref == 'refs/heads/master' &&
startsWith(github.ref, 'refs/tags/') startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
@@ -156,4 +155,4 @@ jobs:
# sentry-cli releases set-commits $SENTRY_VERSION --auto # sentry-cli releases set-commits $SENTRY_VERSION --auto
# Add the following line BEFORE finalize if sourcemap uploads are needed # Add the following line BEFORE finalize if sourcemap uploads are needed
# sentry-cli releases files $SENTRY_VERSION upload-sourcemaps build/ # sentry-cli releases files $SENTRY_VERSION upload-sourcemaps build/