Skip to content

Commit

Permalink
remove v
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversun9 committed Nov 8, 2023
1 parent d1c805e commit a6e6eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_draft_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# The head ref looks like release/v1.0.0, and we need to trim the string up to the `/v`.
run: |
VERSION=${{ github.event.inputs.version || github.head_ref}}
echo "VERSION=${VERSION##*/}" >> $GITHUB_ENV
echo "VERSION=${VERSION##*/v}" >> $GITHUB_ENV
- name: Checkout repository code
uses: actions/checkout@v4
- name: Set up Git Name and Email
Expand Down

0 comments on commit a6e6eac

Please sign in to comment.