Skip to content

Commit 52deeb3

Browse files
Bump actions/publish-action from 0.2.1 to 0.2.2
Bumps [actions/publish-action](https://github.com/actions/publish-action) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/actions/publish-action/releases) - [Commits](actions/publish-action@v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: actions/publish-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2379b72 commit 52deeb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- name: Update the ${{ env.TAG_NAME }} tag
5555
id: update-major-tag
56-
uses: actions/[email protected].1
56+
uses: actions/[email protected].2
5757
with:
5858
source-tag: ${{ env.TAG_NAME }}
5959
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)