Skip to content

Commit

Permalink
Update .github/workflows/publish.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Quorning <22333+bquorning@users.noreply.github.com>
  • Loading branch information
ydah and bquorning authored Apr 1, 2024
1 parent d397949 commit cf28796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: rubygems/release-gem@v1
- name: Replace version in Antora config
run: |
sed -i "s/version:.*$/version: ~/g" docs/antora.yml
sed -i 's/version:.*$/version: ~/' docs/antora.yml
- name: Commit version change
run: |
git config user.name "${GITHUB_ACTOR}"
Expand Down

0 comments on commit cf28796

Please sign in to comment.