We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4abbff commit ea82333Copy full SHA for ea82333
.github/workflows/release.yaml
@@ -27,6 +27,7 @@ jobs:
27
- name: Bump version in plugin.yaml
28
run: |
29
VERSION=$(echo ${GITHUB_REF#refs/tags/})
30
+ git checkout main
31
sed -i "s/version:.*/version: $VERSION/" plugin.yaml
32
git config --global user.name 'github-actions'
33
git config --global user.email 'github-actions@github.com'
0 commit comments