Merge pull request #110 from immutable-actions/add-with-to-self-publish

Update release.yml
This commit is contained in:
Conor Sloan
2024-04-09 21:32:29 +01:00
committed by GitHub
+2
View File
@@ -14,3 +14,5 @@ jobs:
uses: actions/checkout@v4
- name: Publish action package
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}