Skip to content

Commit ca9eff7

Browse files
chore(deps): bump actions/publish-action in the actions-minor group
Bumps the actions-minor group with 1 update: [actions/publish-action](https://github.com/actions/publish-action). Updates `actions/publish-action` from 0.2.2 to 0.3.0 - [Commits](actions/publish-action@v0.2.2...v0.3.0) --- updated-dependencies: - dependency-name: actions/publish-action dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6bef1d0 commit ca9eff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-new-action-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Update the ${{ env.TAG_NAME }} tag
19-
uses: actions/publish-action@v0.2.2
19+
uses: actions/publish-action@v0.3.0
2020
with:
2121
source-tag: ${{ env.TAG_NAME }}

0 commit comments

Comments
 (0)