Skip to content

Commit

Permalink
release: test
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Feb 2, 2024
1 parent 799f551 commit 5883563
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ jobs:
git push origin $TAG
echo "Released and tagged $TAG"
done
- run: node ./scripts/createRelease ${{ secrets.GITHUB_TOKEN }} ${{ env.TAGS }}
- run: node ./scripts/createRelease ${{ env.TAGS }}
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5883563

Please sign in to comment.