We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2bd9c commit cc16a90Copy full SHA for cc16a90
.github/workflows/publish.yml
@@ -41,7 +41,7 @@ jobs:
41
# Get content of the changelog for the latest release, so that we can use it as the body for a GitHub tag
42
- name: Obtain latest changelog
43
id: changelog
44
- uses: mathiasvr/command-output@v2
+ uses: mathiasvr/command-output@v2.0.0
45
with:
46
# Our CHANGELOG.md uses `---` separators between each published version. The command below
47
# obtains all content until that separator, leaving us with just the content for the latest version.
0 commit comments