Skip to content

Commit

Permalink
fix(deps): bump actions/publish-action from 0.2.0 to 0.2.1
Browse files Browse the repository at this point in the history
Bumps [actions/publish-action](https://github.com/actions/publish-action) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/actions/publish-action/releases)
- [Commits](actions/publish-action@v0.2.0...v0.2.1)

---
updated-dependencies:
- dependency-name: actions/publish-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 23, 2022
1 parent 373acde commit 57320a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Update the ${{ env.TAG_NAME }} tag
id: update-major-tag
uses: actions/publish-action@v0.2.0
uses: actions/publish-action@v0.2.1
with:
source-tag: ${{ env.TAG_NAME }}

Expand Down

0 comments on commit 57320a8

Please sign in to comment.