File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 repository_dispatch :
55 types : [ interscript/interscript ]
66
7- env :
8- GITHUB_PUSH_TOKEN : ${{ secrets.INTERSCRIPT_CI_PAT }}
9-
107jobs :
118 create-release :
129 runs-on : ubuntu-latest
1310 if : startsWith(github.event.client_payload.ref, 'refs/tags/v')
1411 steps :
1512 - run : echo "disabled for now"
16- # - uses: actions/checkout@v1
17- #
18- # - name: Setup env-vars
19- # run: |
20- # REF="${{ github.event.client_payload.ref }}"
21- # INTERSCRIPT_VERSION=${REF#refs/*/v}
22- # echo "INTERSCRIPT_VERSION=$INTERSCRIPT_VERSION" >> $GITHUB_ENV
23- # echo "API_TAG_NAME=$INTERSCRIPT_VERSION" >> $GITHUB_ENV
24- #
25- # - name: Create API Release
26- # uses: actions/create-release@v1
27- # with:
28- # token: ${{ env.GITHUB_PUSH_TOKEN }}
29- # tag_name: v${{env.API_TAG_NAME}}
30- # # release_name: Release v${{env.INTERSCRIPT_VERSION}}
31- # # body: Auto release API v${{env.INTERSCRIPT_VERSION}} by @interscript-ci
32- # body: "#release-by-ci for Interscript Gem v${{env.INTERSCRIPT_VERSION}}"
33- # draft: false
34- # prerelease: false
You can’t perform that action at this time.
0 commit comments