File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 10
10
- created
11
11
env :
12
12
IS_A_PR : ${{ github.event.pull_request.number != 'null' && github.head_ref != 'protocol-squad' }}
13
- BRANCH_TAG : ${{ github.ref_name == 'experimental' && 'experimental' || (github.ref_name == 'protocol-squad' && 'protocol-squad' || '') }}
14
13
15
14
name : build-deploy
16
15
jobs :
40
39
uses : menduz/oddish-action@master
41
40
id : publish_dcl_protocol
42
41
with :
42
+ custom-tag : protocol-squad
43
+ branch-to-custom-tag : protocol-squad
43
44
registry-url : ' https://registry.npmjs.org'
44
45
access : public
45
46
# # use action runId instead of current date to generate snapshot numbers
55
56
# # inform gitlab after publishing to proceed with CDN propagation
56
57
gitlab-token : ${{ secrets.GITLAB_TOKEN }}
57
58
gitlab-pipeline-url : ${{ secrets.GITLAB_URL }}
58
- custom-tag : ${{ env.BRANCH_TAG }}
59
- branch-to-custom-tag : ${{ env.BRANCH_TAG }}
60
59
env :
61
- BRANCH_NAME : ${{ github.ref_name }}
60
+ BRANCH_NAME : ${{ github.head_ref }}
62
61
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
63
62
AWS_DEFAULT_REGION : us-east-1
64
63
AWS_ACCESS_KEY_ID : ${{ secrets.SDK_TEAM_AWS_ID }}
You can’t perform that action at this time.
0 commit comments