Skip to content

Commit ea82333

Browse files
fix: try running on main
1 parent d4abbff commit ea82333

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Bump version in plugin.yaml
2828
run: |
2929
VERSION=$(echo ${GITHUB_REF#refs/tags/})
30+
git checkout main
3031
sed -i "s/version:.*/version: $VERSION/" plugin.yaml
3132
git config --global user.name 'github-actions'
3233
git config --global user.email 'github-actions@github.com'

0 commit comments

Comments
 (0)