Skip to content

Commit

Permalink
Merge da05542 into 314598c
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 14, 2022
2 parents 314598c + da05542 commit f7158fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
packages: write
steps:
- name: Ensure version does not start with 'v'
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
github-token: ${{ github.token }}
script: |
Expand All @@ -44,7 +44,7 @@ jobs:
- run: ./scripts/build-release.sh
- run: ./scripts/test-release.sh "${{ github.event.inputs.version }}"
- name: Create tag
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
github-token: ${{ github.token }}
script: |
Expand Down

0 comments on commit f7158fc

Please sign in to comment.