Skip to content

Commit

Permalink
Fix run in GitHub Action (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvire authored Oct 24, 2023
1 parent f25963e commit ca80b17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Release on Tag
name: Release

on:
push:
Expand All @@ -25,4 +25,5 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Get Release URL
run: echo "Release URL: ${{ steps.create_release.outputs.upload_url }}"
run: |
echo "Release URL: ${{ steps.create_release.outputs.upload_url }}"

0 comments on commit ca80b17

Please sign in to comment.