Skip to content

Commit 9ca0b0d

Browse files
committed
chore: remove dead comments from on-interscript-release.yml
1 parent 8d19b5d commit 9ca0b0d

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

.github/workflows/on-interscript-release.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,9 @@ on:
44
repository_dispatch:
55
types: [ interscript/interscript ]
66

7-
env:
8-
GITHUB_PUSH_TOKEN: ${{ secrets.INTERSCRIPT_CI_PAT }}
9-
107
jobs:
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

0 commit comments

Comments
 (0)