Skip to content

Commit

Permalink
Fix version tag for mathiasvr/command-output
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDrike committed Jun 11, 2023
1 parent 2e2bd9c commit cc16a90
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 @@ -41,7 +41,7 @@ jobs:
# Get content of the changelog for the latest release, so that we can use it as the body for a GitHub tag
- name: Obtain latest changelog
id: changelog
uses: mathiasvr/command-output@v2
uses: mathiasvr/command-output@v2.0.0
with:
# Our CHANGELOG.md uses `---` separators between each published version. The command below
# obtains all content until that separator, leaving us with just the content for the latest version.
Expand Down

0 comments on commit cc16a90

Please sign in to comment.