Skip to content

Commit

Permalink
Fixes to the publish CI
Browse files Browse the repository at this point in the history
  • Loading branch information
deimonn committed Apr 26, 2024
1 parent dc87cb8 commit 776e1e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: '*.vsix'
body: See [CHANGELOG.md](https://github.com/deimonn/oro-theme/blob/master/CHANGELOG.md) for a list of additions, changes and fixes.
prerelease: ${{ endsWith(github.ref, '-preview') }}
env:
GITHUB_TOKEN: ${{ github.token }}
body: See [CHANGELOG.md](https://github.com/deimonn/code-re2c/blob/master/CHANGELOG.md) for a list of additions, changes and fixes.

0 comments on commit 776e1e8

Please sign in to comment.