We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451a898 commit 1e35045Copy full SHA for 1e35045
1 file changed
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Checkout
58
uses: actions/checkout@v4
59
with:
60
- ref: main
+ ref: ${{ github.ref }}
61
62
- name: Update app version
63
run: |
0 commit comments