Skip to content

Commit 1fff480

Browse files
Bump ncipollo/release-action from 1.18.0 to 1.19.1 (#376)
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.18.0 to 1.19.1. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@bcfe547...1c89adf) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9da01f5 commit 1fff480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
export TAG_NAME="1_$(TZ="Europe/Oslo" date +%Y%m%d).$(echo $GITHUB_SHA | cut -c 1-6)"
4747
echo "RELEASE_TAG=$TAG_NAME" >> $GITHUB_ENV
48-
- uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # ratchet:ncipollo/release-action@v1
48+
- uses: ncipollo/release-action@1c89adf39833729d8f85a31ccbc451b078733c80 # ratchet:ncipollo/release-action@v1
4949
with:
5050
tag: ${{ env.RELEASE_TAG }}
5151
generateReleaseNotes: true

0 commit comments

Comments
 (0)