Skip to content

Commit

Permalink
Merge build changes from main (#8)
Browse files Browse the repository at this point in the history
* Update build.yaml

* Update build.yaml

* Update build.yaml - Bump release action
  • Loading branch information
stonegray authored Oct 14, 2023
1 parent 8cdb302 commit 8e4c3e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: butlerlogic/action-autotag@master
- uses: actions/setup-node@v3
- run: npm ci
- uses: butlerlogic/action-autotag@stable
if: github.ref == 'refs/heads/main'
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down Expand Up @@ -45,7 +47,7 @@ jobs:
# https://github.com/docker/setup-qemu-action
- name: Create a Release
if: github.ref == 'refs/heads/main'
uses: elgohr/Github-Release-Action@v4
uses: elgohr/Github-Release-Action@v5
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
Expand Down

0 comments on commit 8e4c3e7

Please sign in to comment.