Skip to content

Commit

Permalink
ci(actions): add id to turnstyle step
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Mar 30, 2021
1 parent 4368922 commit 0244f49
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: prepare repository
- name: Prepare Repository
run: git fetch --unshallow --tags

- uses: actions/setup-node@v1
Expand All @@ -50,13 +50,14 @@ jobs:

- uses: bahmutov/npm-install@v1

- name: turnstyle
- name: Queue in release turnstile
id: turnstyle
continue-on-error: true
uses: softprops/turnstyle@v1
with:
abort-after-seconds: 600

- name: create release
- name: Create Release
if: steps.turnstyle.outcome == 'success'
env:
GITHUB_TOKEN: ${{ secrets.AUTO_RELEASE_GH_TOKEN }}
Expand Down

0 comments on commit 0244f49

Please sign in to comment.