Skip to content

Commit

Permalink
Fix version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkomyl committed Apr 14, 2020
1 parent 947d978 commit 06d9303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
rust-version: stable

- name: Get the version
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF/refs\/tags\//}
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF#refs/*/}

- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 06d9303

Please sign in to comment.