Skip to content

Commit

Permalink
Merge pull request #29 from map3xyz/phil/map-100-release-process-for-sdk
Browse files Browse the repository at this point in the history
fix: try normal push
  • Loading branch information
plondon authored Dec 22, 2022
2 parents 0850f95 + 1fcb001 commit 4cabc0e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.BOT_ACCESS_TOKEN }}
run: npx semantic-release
- name: Push
uses: actions-js/push@master
with:
github_token: ${{ secrets.BOT_ACCESS_TOKEN }}
branch: master
run: |
git push --follow-tags origin master
- name: Purge CDN jsDelivr cache
uses: gacts/purge-jsdelivr-cache@v1
with:
Expand Down

0 comments on commit 4cabc0e

Please sign in to comment.