Skip to content

Commit cc16a90

Browse files
committed
Fix version tag for mathiasvr/command-output
1 parent 2e2bd9c commit cc16a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Get content of the changelog for the latest release, so that we can use it as the body for a GitHub tag
4242
- name: Obtain latest changelog
4343
id: changelog
44-
uses: mathiasvr/command-output@v2
44+
uses: mathiasvr/command-output@v2.0.0
4545
with:
4646
# Our CHANGELOG.md uses `---` separators between each published version. The command below
4747
# obtains all content until that separator, leaving us with just the content for the latest version.

0 commit comments

Comments
 (0)