Skip to content

Commit

Permalink
[FIX] github: update release-action to latest version
Browse files Browse the repository at this point in the history
This commit updates ncipollo/release-action to v1.12
Our github workflow uses the `makeLatest` action input.
However, it's been only introduced in the v1.12 so it doesn't work and
github action throws a warning.

closes #2348

X-original-commit: e3e068c
Signed-off-by: Rémi Rahir (rar) <[email protected]>
  • Loading branch information
LucasLefevre committed Apr 14, 2023
1 parent 9fdbdab commit c05be1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build
run: npm ci && npm run dist
- name: Release
uses: ncipollo/release-action@v1.11.2
uses: ncipollo/release-action@v1.12.0
with:
tag: ${{ fromJSON(steps.parse.outputs.data).version }}
body: ${{ fromJSON(steps.parse.outputs.data).body }}
Expand Down

0 comments on commit c05be1d

Please sign in to comment.