Skip to content

Commit

Permalink
fix: run release
Browse files Browse the repository at this point in the history
  • Loading branch information
ravali-rimmalapudi committed Dec 2, 2021
1 parent 4ea0036 commit 5833524
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,24 @@ jobs:
uses: actions/heckout@v2
with:
persist-credentials: false
# - name: Run git and npm update
# run: |
# git pull
# npm install
# - name: Semantic Release runs
# id: semantic-release
# run: npx semantic-release -t \${version}
# env:
# GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# - name: Update release
# if: ${{steps.semantic-release.outputs.TAG_NAME != ''}}
# run: node .github/scripts/update-release.js
# env:
# REPO_ACCESS_TOKEN: ${{ github.token }}
# TAG_NAME: ${{steps.semantic-release.outputs.TAG_NAME}}
# RELEASE_BODY: ${{github.event.inputs.change-log}}
# REPO_NAME: ravali-rimmalapudi/twilio-cli
- name: Run git and npm update
run: |
git pull
npm install
- name: Semantic Release runs
id: semantic-release
run: npx semantic-release -t \${version}
env:
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Update release
if: ${{steps.semantic-release.outputs.TAG_NAME != ''}}
run: node .github/scripts/update-release.js
env:
REPO_ACCESS_TOKEN: ${{ github.token }}
TAG_NAME: ${{steps.semantic-release.outputs.TAG_NAME}}
RELEASE_BODY: ${{github.event.inputs.change-log}}
REPO_NAME: ravali-rimmalapudi/twilio-cli
oclif-release:
runs-on: ubuntu-latest
needs: [ release ]
Expand Down

0 comments on commit 5833524

Please sign in to comment.