Skip to content

Commit

Permalink
Merge pull request natcap#27 from emlys/task/1160
Browse files Browse the repository at this point in the history
debugging
  • Loading branch information
emlys authored Apr 17, 2023
2 parents 0178d7d + b7173f0 commit 131ca5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-part-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Extract version from autorelease branch name
run: echo "VERSION=$(echo ${{ github.head_ref }} | cut -c 13-)" >> $GITHUB_ENV

- name: Roll back on failure
uses: ./.github/actions/rollback_release
with:
Expand Down

0 comments on commit 131ca5e

Please sign in to comment.