Skip to content

Commit

Permalink
ci: Fix workflow syntax (2)
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Apr 27, 2022
1 parent 60a08f2 commit a3bb4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v2

- name: Determine project ID
run: printf "project_id"=${GITHUB_REPOSITORY##*/}\\n" >> $GITHUB_ENV
run: printf "project_id=${GITHUB_REPOSITORY##*/}\\n" >> $GITHUB_ENV

- name: Determine release tag
run: printf "release_tag=${GITHUB_REF##*/}\\n" >> $GITHUB_ENV
Expand Down

0 comments on commit a3bb4b1

Please sign in to comment.