File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 tags :
66 - " [0-9]+.[0-9]+.[0-9]+*"
77
8+ permissions :
9+ id-token : write
10+ contents : write
11+
812jobs :
913 build :
1014 runs-on : macos-26-xlarge
3842 deploy :
3943 needs : [build]
4044 runs-on : ubuntu-latest
41- permissions :
42- contents : write
4345 steps :
4446 - name : Checkout repository
4547 uses : actions/checkout@v4
6163 python-version : ' 3.9'
6264 - name : Export gcloud related env variable
6365 run : export CLOUDSDK_PYTHON="/usr/bin/python3"
64- - uses : actions/setup-node@master
66+ - uses : actions/setup-node@v4
6567 with :
66- node-version : 14
68+ node-version : 24
6769 registry-url : https://registry.npmjs.org/
6870 - uses : google-github-actions/setup-gcloud@v0
6971 with :
7981 cd cordova-airship-hms/
8082 npm publish --access public
8183 cd -
82- env :
83- NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
8484
8585 - name : Docs
8686 run : |
9898 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9999 with :
100100 tag_name : ${{ steps.get_version.outputs.VERSION }}
101- release_name : ${{ steps.get_version.outputs.VERSION }}
101+ name : ${{ steps.get_version.outputs.VERSION }}
102102 body : ${{ steps.get_release_notes.outputs.NOTES }}
103103 draft : false
104104 prerelease : false
You can’t perform that action at this time.
0 commit comments