File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 44
44
run : |
45
45
git tag selenium-${{ env.VERSION }}
46
46
git push origin selenium-${{ env.VERSION }}
47
- - name : Update Nightly Tag to Remove pre-release
48
- run : |
49
- git fetch --tags
50
- git tag -d nightly || echo "Nightly tag not found"
51
- git tag nightly
52
- git push origin refs/tags/nightly --force
53
47
- name : Setup Java
54
48
uses : actions/setup-java@v3
55
49
with :
59
53
run : sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
60
54
- name : Build and Stage Packages
61
55
run : ./go all:package[--config=release]
56
+ - name : Update Nightly Tag to Remove pre-release
57
+ run : |
58
+ git fetch --tags
59
+ git tag -d nightly || echo "Nightly tag not found"
60
+ git tag nightly
61
+ git push origin refs/tags/nightly --force
62
62
- name : Generate Draft Release
63
63
uses : softprops/action-gh-release@v2
64
64
with :
You can’t perform that action at this time.
0 commit comments