Skip to content

Commit

Permalink
Only push, don't make release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleith committed Jun 12, 2024
1 parent cd7b7d4 commit 2a288e1
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,17 @@ jobs:
git fetch --all --tags
echo "VERSION=$(git describe --tags)" >> $GITHUB_OUTPUT
- name: Create GitHub Release
env:
GITHUB_TOKEN: ${{ github.token }}
run: >-
gh release create
'${{ steps.get_version.outputs.VERSION }}'
--repo '${{ github.repository }}'
--notes ""
# - name: Create GitHub Release
# env:
# GITHUB_TOKEN: ${{ github.token }}
# run: >-
# gh release create
# '${{ steps.get_version.outputs.VERSION }}'
# --repo '${{ github.repository }}'
# --notes ""

- name: Upload artifact signatures to GitHub Release
if: github.event_name == 'release'
env:
GITHUB_TOKEN: ${{ github.token }}
run: >-
Expand Down

0 comments on commit 2a288e1

Please sign in to comment.