Skip to content

Commit

Permalink
Forgot $ [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Baarsgaard committed Sep 17, 2023
1 parent 6f98ec2 commit 815b57a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
gh release create 'v${{ steps.crate-version.outputs.CRATE_VERSION }}' --title 'v${{ steps.crate-version.outputs.CRATE_VERSION }}' --notes-file - --draft
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
CRATE_VERSION: "{{ steps.crate-version.outputs.CRATE_VERSION }}"
CRATE_VERSION: "${{ steps.crate-version.outputs.CRATE_VERSION }}"

- name: Create release
if: ${{ !github.event.inputs.draft }}
Expand All @@ -42,7 +42,7 @@ jobs:
gh release create 'v${{ steps.crate-version.outputs.CRATE_VERSION }}' --notes-file -
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
CRATE_VERSION: "{{ steps.crate-version.outputs.CRATE_VERSION }}"
CRATE_VERSION: "${{ steps.crate-version.outputs.CRATE_VERSION }}"

build:
name: "Build & Upload"
Expand Down

0 comments on commit 815b57a

Please sign in to comment.