Skip to content

Commit

Permalink
Staging again
Browse files Browse the repository at this point in the history
  • Loading branch information
jokesterfr committed Jun 28, 2024
1 parent cedebd5 commit 0d84aa7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ jobs:
env:
VERSION: staging

- name: Delete previous staging release
uses: liudonghua123/delete-release-action@v1
with:
release_name: staging

- name: Move the staging tag
run: |
git tag -d staging | true
git tag staging
git push origin :refs/tags/staging
git push origin staging
- name: Delete previous staging release
uses: liudonghua123/delete-release-action@v1
with:
release_name: staging

- name: Update release
id: update_staging_release
uses: joutvhu/create-release@v1
Expand Down

0 comments on commit 0d84aa7

Please sign in to comment.