Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Fix issue with duplicate tag properites.
  • Loading branch information
SpacingBat3 authored Aug 7, 2022
1 parent 44db65e commit 845ffca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Publish release
on:
push:
tags: ['v*']
tags-ignore: ['*beta*']

env:
Expand Down Expand Up @@ -34,4 +33,4 @@ jobs:
- name: Publish artifacts (${{ matrix.arch}})
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run publish -- -a ${{ matrix.arch }}
run: npm run publish -- -a ${{ matrix.arch }}

0 comments on commit 845ffca

Please sign in to comment.