Skip to content

Commit

Permalink
ci/cd: allow update
Browse files Browse the repository at this point in the history
  • Loading branch information
PleahMaCaka committed Feb 20, 2023
1 parent b732189 commit 36ecbf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ jobs:
- name: Release
uses: ncipollo/release-action@v1
with:
artifacts: "dist/*"
artifacts: "dist/*"
allowUpdates: true

0 comments on commit 36ecbf4

Please sign in to comment.