Bump ncipollo/release-action from 1.14.0 to 1.15.0 (#574)

Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](https://github.com/ncipollo/release-action/compare/v1.14.0...v1.15.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
dependabot[bot] 1 week ago committed by GitHub
parent 7df67e5a35
commit 0fd21d54b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/release.yml
  2. 2
      .github/workflows/test.yml

@ -39,7 +39,7 @@ jobs:
GPG_KEY_ID: "${{ vars.GPG_KEY_ID }}"
run: docker run -e GPG_KEY_DATA -e GPG_KEY_ID -e FAILOVER_RELEASE_NAME --privileged --rm -v "$(pwd):/src" archzfs-builder
- name: Release mainline
uses: ncipollo/release-action@v1.14.0
uses: ncipollo/release-action@v1.15.0
with:
name: ${{ env.RELEASE_NAME }}
tag: ${{ env.RELEASE_NAME }}
@ -55,7 +55,7 @@ jobs:
tag: ${{ env.RELEASE_NAME }}
force_push_tag: true
- name: Release failover
uses: ncipollo/release-action@v1.14.0
uses: ncipollo/release-action@v1.15.0
with:
name: ${{ env.FAILOVER_RELEASE_NAME }}
tag: ${{ env.FAILOVER_RELEASE_NAME }}

@ -33,7 +33,7 @@ jobs:
- name: Run builder container
run: docker run -e FAILOVER_RELEASE_NAME --privileged --rm -v "$(pwd):/src" archzfs-builder
- name: Release testing
uses: ncipollo/release-action@v1.14.0
uses: ncipollo/release-action@v1.15.0
with:
name: ${{ env.RELEASE_NAME }}
tag: ${{ env.RELEASE_NAME }}

Loading…
Cancel
Save