We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7938841 commit 0cb2f76Copy full SHA for 0cb2f76
1 file changed
.github/workflows/release.yml
@@ -53,6 +53,8 @@ jobs:
53
steps:
54
- name: Checkout code
55
uses: actions/checkout@v3
56
+ with:
57
+ ref: ${{ github.ref }}
58
59
- name: Extract project version
60
shell: bash
0 commit comments