Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2022
1 parent 9b595cc commit 5736e24
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 @@ -58,7 +58,7 @@ jobs:

- name: Update the ${{ env.TAG_NAME }} tag
id: update-major-tag
uses: actions/publish-action@v0.1.0
uses: actions/publish-action@v0.2.0
with:
source-tag: ${{ env.TAG_NAME }}
# slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
Expand Down

0 comments on commit 5736e24

Please sign in to comment.