Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
george-lim committed Aug 7, 2021
1 parent 321f5c8 commit 163ee23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2
- name: Strip target version prefix
run: echo TARGET_VERSION=${TARGET_VERSION#refs/*/v} >> $GITHUB_ENV
run: echo TARGET_VERSION="${TARGET_VERSION#refs/*/v}" >> "$GITHUB_ENV"
- name: Create release
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit 163ee23

Please sign in to comment.