Skip to content

Commit

Permalink
Fix release workflow (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser authored Aug 12, 2024
1 parent 30f75c8 commit 9f1a666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/espresso-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Release node package
uses: softprops/action-gh-release@v2
if: matrixstartsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
with:
files: '*.tgz'

0 comments on commit 9f1a666

Please sign in to comment.