Skip to content

Commit

Permalink
rollback releases for correct Releases date
Browse files Browse the repository at this point in the history
  • Loading branch information
pragma37 committed Mar 10, 2022
1 parent c1ac6c7 commit 7e75560
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/BlenderMalt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ jobs:

- uses: nelonoel/[email protected]

- name: Rollback Release
uses: author/action-rollback@stable
continue-on-error: true
with:
tag: ${{ env.BRANCH_NAME }}-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ github.ref_type == 'branch' }}

- uses: ncipollo/release-action@v1
id: create_release
with:
Expand All @@ -21,6 +30,15 @@ jobs:
bodyFile: "SPONSORS.md"
if: ${{ github.ref_type == 'branch' }}

- name: Rollback Tagged Release
uses: author/action-rollback@stable
continue-on-error: true
with:
tag: ${{ github.action_ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ github.ref_type == 'tag' }}

- uses: ncipollo/release-action@v1
id: create_tagged_release
with:
Expand Down

0 comments on commit 7e75560

Please sign in to comment.