Skip to content

Commit

Permalink
chore: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsheep committed Jan 31, 2023
1 parent 8994f2b commit 5451d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Set galaxy.yml version
run: |
sed -i -e "s/version:.*/version: ${{ github.ref }}/" galaxy.yml
sed -i -e "s/version:.*/version: ${{ github.ref_name }}/" galaxy.yml
- name: Build changelog
run: antsibull-changelog release
Expand Down

0 comments on commit 5451d47

Please sign in to comment.