Skip to content

Commit

Permalink
ci(publishing): explicitly passing release-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Jun 22, 2024
1 parent 5250c24 commit f85ec0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ jobs:
uses: AButler/upload-release-assets@v3.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
files: "LICENSE;sync-script/build/dist/*;admin/build/dist/*"
files: "LICENSE;sync-script/build/dist/*;admin/build/dist/*"
release-tag: ${{ github.ref_name }}

0 comments on commit f85ec0a

Please sign in to comment.