Merge pull request #10 from nicknovitski/dependabot/github_actions/actions/publish-action-0.3.0
chore(deps): bump actions/publish-action from 0.2.2 to 0.3.0
This commit is contained in:
commit
d7063eff4d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/new-release.yml
vendored
2
.github/workflows/new-release.yml
vendored
|
@ -8,6 +8,6 @@ jobs:
|
||||||
update-major-tag:
|
update-major-tag:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/publish-action@v0.2.2
|
- uses: actions/publish-action@v0.3.0
|
||||||
with:
|
with:
|
||||||
source-tag: ${{ github.event.release.tag_name }}
|
source-tag: ${{ github.event.release.tag_name }}
|
||||||
|
|
Loading…
Reference in a new issue