Skip to content

Commit

Permalink
Feat: auto release (#20)
Browse files Browse the repository at this point in the history
* release-artifacts.yml

* fix: permission denied error

* retry

* remove install gh cli

* fix: typo

* retry

* retry

* retry

* better way of releasing the artifact

* correctly get the tag

* combined workflow

* added github token

* check release exists

* skip publishing

* fix: if check for tagname
  • Loading branch information
sargeantPig authored Oct 23, 2023
1 parent 1ae51ea commit 95eb0f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
uses: google-github-actions/release-please-action@v3
with:
release-type: simple

if: ${{ steps.release.outputs.tag_name != '' }}

- name: Check Release Creation
if: ${{ steps.release.outputs.tag_name }} != ''
run: |
if gh release view "${{ steps.release.outputs.tag_name }}" > /dev/null; then
echo "Release was created."
Expand Down

0 comments on commit 95eb0f9

Please sign in to comment.