Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Mar 13, 2024
1 parent 6186448 commit e526249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
uses: softprops/action-gh-release@v2
with:
body: ${{ steps.query-release-info.outputs.release-notes }}
make_latest: ${{ $GITHUB_REF_NAME == 'main' && true || false }}
make_latest: ${{ github.ref_name == 'main' && true || false }}
# prerelease: true
# files: '*.vsix'

0 comments on commit e526249

Please sign in to comment.