diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bee2e42f..979c69c4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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.