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:
34
34
- name : Validate version
35
35
run : |
36
36
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 "
39
39
exit 1
40
40
fi
41
- env :
42
- TAG : ${{ github.ref }}
43
41
44
42
- name : Set up BEAM
45
43
uses : erlef/setup-beam@v1
62
60
with :
63
61
upload_url : ${{ needs.release.outputs.upload_url }}
64
62
asset_path : ./elixir-ls.zip
65
- asset_name : elixir-ls-${{ github.ref }}.zip
63
+ asset_name : elixir-ls-${{ github.ref_name }}.zip
66
64
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