Skip to content

Commit

Permalink
update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
dingxin-tech committed Apr 10, 2024
1 parent 76a54a6 commit a2f8d05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ jobs:
contents: read
packages: write
env:
CMD_VERSION: ${{ github.ref:1 }}
CMD_VERSION: ${{ github.ref }}
steps:
- name: Adjust CMD_VERSION
run: echo "CMD_VERSION=${CMD_VERSION:1}" >> $GITHUB_ENV

- name: Check out Git repository
uses: actions/checkout@v2

Expand Down

0 comments on commit a2f8d05

Please sign in to comment.