Skip to content

Commit

Permalink
fixed release pipeline ref quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
k4yt3x committed Apr 1, 2022
1 parent c6fe46e commit bc9955e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
setup:
if: github.event.base_ref == "refs/heads/master"
if: github.event.base_ref == 'refs/heads/master'
runs-on: ubuntu-latest
outputs:
APPNAME: ${{ steps.get_appname.outputs.APPNAME }}
Expand Down

0 comments on commit bc9955e

Please sign in to comment.