gh-action: bump thedoctor0/zip-release from 0.7.1 to 0.7.6
Bumps [thedoctor0/zip-release](https://github.com/thedoctor0/zip-release) from 0.7.1 to 0.7.6. - [Release notes](https://github.com/thedoctor0/zip-release/releases) - [Commits](https://github.com/thedoctor0/zip-release/compare/0.7.1...0.7.6) --- updated-dependencies: - dependency-name: thedoctor0/zip-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
05c60a5409
commit
7e0793e078
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -82,7 +82,7 @@ jobs:
|
|||
- name: Generate timestamp
|
||||
run: echo "timestamp=$(date -u +'%Y-%m-%dT%H%M%SZ')" >> $GITHUB_ENV
|
||||
- name: Create Release Archive
|
||||
uses: thedoctor0/zip-release@0.7.1
|
||||
uses: thedoctor0/zip-release@0.7.6
|
||||
with:
|
||||
type: zip
|
||||
filename: ../release-staging-${{ env.timestamp }}.zip
|
||||
|
@ -110,7 +110,7 @@ jobs:
|
|||
- name: Generate timestamp
|
||||
run: echo "timestamp=$(date -u +'%Y-%m-%dT%H%M%SZ')" >> $GITHUB_ENV
|
||||
- name: Create Release Archive
|
||||
uses: thedoctor0/zip-release@0.7.1
|
||||
uses: thedoctor0/zip-release@0.7.6
|
||||
with:
|
||||
type: zip
|
||||
filename: ../release-production-${{ env.timestamp }}.zip
|
||||
|
|
Loading…
Reference in a new issue