Skip to content

Commit

Permalink
remove env
Browse files Browse the repository at this point in the history
  • Loading branch information
956237586 committed Oct 21, 2023
1 parent 13a8312 commit 84f4e25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
arguments: buildPlugin -PprojVersion=${{steps.get_version.outputs.VERSION}}
- name: Create Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
body: ${{steps.get_version.outputs.VERSION}}
files: build/distributions/skykoma-plugin-idea-${{steps.get_version.outputs.VERSION}}.zip

0 comments on commit 84f4e25

Please sign in to comment.