Skip to content

Commit

Permalink
Add version to release-action (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvire authored Oct 24, 2023
1 parent 129e658 commit 348f375
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 @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- "v*"
- 'v*'

permissions:
contents: write
Expand All @@ -17,7 +17,7 @@ jobs:

- name: Create Release
id: create_release
uses: ncipollo/release-action
uses: ncipollo/release-action@v1.13.0
with:
artifacts: '!(example_data)/**,!.gitignore,!.prettier*,!.eslint*,!.npmrc'
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 348f375

Please sign in to comment.