File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,10 @@ jobs:
3434 - name : Validate version
3535 run : |
3636 VERSION="$(cat ./VERSION)"
37- if [[ "$TAG " != "refs/tags/ v$VERSION" ]]; then
38- echo "VERSION $VERSION does not match commit tag $TAG "
37+ if [[ "$GITHUB_REF_NAME " != "v$VERSION" ]]; then
38+ echo "VERSION $VERSION does not match commit tag $GITHUB_REF_NAME "
3939 exit 1
4040 fi
41- env :
42- TAG : ${{ github.ref }}
4341
4442 - name : Set up BEAM
4543 uses : erlef/setup-beam@v1
6260 with :
6361 upload_url : ${{ needs.release.outputs.upload_url }}
6462 asset_path : ./elixir-ls.zip
65- asset_name : elixir-ls-${{ github.ref }}.zip
63+ asset_name : elixir-ls-${{ github.ref_name }}.zip
6664 asset_content_type : application/zip
Original file line number Diff line number Diff line change 1- 0.15.0-rc.2
1+ 0.15.0-rc.3
You can’t perform that action at this time.
0 commit comments