Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit 5e358ce

Browse files
authored
Merge pull request #39 from cccb/dependabot/github_actions/staging/ncipollo/release-action-1.16.0
gh-action: bump ncipollo/release-action from 1.15.0 to 1.16.0
2 parents 61a3db6 + 68efc27 commit 5e358ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
filename: ../release-staging-${{ env.timestamp }}.zip
9191
directory: public
9292
- name: Create Release
93-
uses: ncipollo/release-action@v1.15.0
93+
uses: ncipollo/release-action@v1.16.0
9494
with:
9595
tag: staging-${{ env.timestamp }}
9696
name: Website staging version ${{ env.timestamp }}
@@ -118,7 +118,7 @@ jobs:
118118
filename: ../release-production-${{ env.timestamp }}.zip
119119
directory: public
120120
- name: Create Release
121-
uses: ncipollo/release-action@v1.15.0
121+
uses: ncipollo/release-action@v1.16.0
122122
with:
123123
makeLatest: true
124124
tag: production-${{ env.timestamp }}

0 commit comments

Comments
 (0)