Skip to content

Commit

Permalink
CI: trying build / release without special secret token
Browse files Browse the repository at this point in the history
  • Loading branch information
lyokha committed May 5, 2024
1 parent e965472 commit f1b132a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vimhl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
if: ${{ matrix.release && startsWith(github.ref, 'refs/tags/') }}
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_VIMHL }}
# env:
# GITHUB_TOKEN: ${{ secrets.RELEASE_VIMHL }}
with:
files: |
dist/vimhl-${{ steps.tag.outputs.tag }}-ghc-${{ matrix.ghc }}
Expand Down

0 comments on commit f1b132a

Please sign in to comment.