Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens authored Feb 16, 2024
1 parent 7da72ec commit 65fd298
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/createrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create Release
on:
push:
tags:
- v*
- '*'

permissions:
contents: write
Expand All @@ -21,6 +21,7 @@ jobs:
run: |
gh release create "$tag" \
--repo="$GITHUB_REPOSITORY" \
--target main \
--title="${GITHUB_REPOSITORY#*/} ${{ github.ref_name }}" \
--generate-notes
- name: build artifacts
Expand Down

0 comments on commit 65fd298

Please sign in to comment.