Skip to content

Commit

Permalink
Merge pull request #1942 from tokiwa-software/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/ncipollo/release-action-1.13.0

build(deps): bump ncipollo/release-action from 1.12.0 to 1.13.0
  • Loading branch information
michaellilltokiwa authored Sep 1, 2023
2 parents ff24ff2 + 2e96f51 commit bb1851c
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 @@ -29,7 +29,7 @@ jobs:
id: getversion
run: echo "::set-output name=version::$(cat version.txt)"

- uses: ncipollo/release-action@a2e71bdd4e7dab70ca26a852f29600c98b33153e # v1.12.0
- uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0
with:
artifacts: "fuzion_${{ steps.getversion.outputs.version }}.tar.gz"
tag: "v${{ steps.getversion.outputs.version }}"
Expand Down

0 comments on commit bb1851c

Please sign in to comment.