Skip to content

Commit

Permalink
fix: Automated releases app ID
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Dec 19, 2022
1 parent 6d01fa9 commit 92d2cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appstore-build-publish.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set app env
run: |
# Split and keep last
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
echo "APP_NAME=sentry" >> $GITHUB_ENV
echo "APP_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
- name: Checkout
Expand Down

0 comments on commit 92d2cc5

Please sign in to comment.