Skip to content

Commit ce9bc5e

Browse files
dependabot[bot]MatteoH2O1999
authored andcommitted
fix(deps): bump actions/publish-action from 0.3.0 to 0.4.0
Bumps [actions/publish-action](https://github.com/actions/publish-action) from 0.3.0 to 0.4.0. - [Commits](actions/publish-action@v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: actions/publish-action dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5576e3f commit ce9bc5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
contents: write
1515
steps:
1616
- name: Update tags
17-
uses: actions/publish-action@v0.3.0
17+
uses: actions/publish-action@v0.4.0
1818
with:
1919
source-tag: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)