Skip to content

Commit

Permalink
fix: token variable
Browse files Browse the repository at this point in the history
  • Loading branch information
areeburrub committed Feb 19, 2023
1 parent 2ee0b3a commit 633e9da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Publish Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
- name: Install prod
run: npm i --omit=dev
- name: Pack
run: zip -r Flow.Launcher.Plugin.TailwindDocs.zip . -x '*.git*'
run: zip -r tailwindcss-plugin-flow-launcher.zip . -x '*.git*'
- name: Publish
uses: softprops/action-gh-release@v1
with:
files: 'Flow.Launcher.Plugin.TailwindDocs.zip'
files: 'tailwindcss-plugin-flow-launcher.zip'
tag_name: 'v${{steps.version.outputs.prop}}'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit 633e9da

Please sign in to comment.