We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d6412 commit 4ef19efCopy full SHA for 4ef19ef
.github/workflows/release.yaml
@@ -22,6 +22,7 @@ jobs:
22
with:
23
ref: main
24
token: ${{ steps.generate-github-token.outputs.token }}
25
+ fetch-tags: true
26
27
- name: Bump version in plugin.yaml
28
run: |
0 commit comments