Skip to content

Commit

Permalink
Bump ncipollo/release-action from 1.13.0 to 1.14.0 (#28)
Browse files Browse the repository at this point in the history
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](ncipollo/release-action@v1.13.0...v1.14.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent b49f765 commit a5c7b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
path: dist/

- name: Create/update release on GitHub
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.14.0
with:
allowUpdates: true
artifacts: "builds**/*"
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
password: ${{ secrets.PYPI_API_TOKEN }}

- name: Create/update release on GitHub
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.14.0
with:
allowUpdates: true
artifacts: "dist/*.tar.gz"
Expand Down

0 comments on commit a5c7b8d

Please sign in to comment.