Skip to content

Commit

Permalink
Merge branch 'ci/test-release' of github.com:dequelabs/axe-core-npm i…
Browse files Browse the repository at this point in the history
…nto ci/test-release
  • Loading branch information
michael-siek committed Sep 28, 2023
2 parents e6f0c18 + 1dce4d5 commit 1316a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0

- name: Run preparation script
run: bash .github/scripts/prepare_release.sh patch
run: bash .github/scripts/prepare_release.sh ${{ github.event.inputs.releaseLevel }}
env:
CHANGELOG_VERSION: ${{ secrets.CHANGELOG_VERSION }}
STD_VERSION_VERSION: ${{ secrets.STD_VERSION_VERSION }}
Expand Down

0 comments on commit 1316a5b

Please sign in to comment.