Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: ncipollo/release-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 and Gustry committed Sep 1, 2023
1 parent 62bfbc6 commit d4f526d
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 @@ -35,7 +35,7 @@ jobs:
path: dist/

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

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

0 comments on commit d4f526d

Please sign in to comment.