Skip to content

Commit

Permalink
fix: update release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleytodd committed Mar 2, 2024
1 parent ecd0467 commit 375e658
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 @@ -9,12 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.event.release.tag_name }}
- run: npm install
- run: npm run build
- uses: JasonEtco/build-and-tag-action@v1
- uses: JasonEtco/build-and-tag-action@v2
with:
setup: ''
env:
Expand Down

0 comments on commit 375e658

Please sign in to comment.