Compare commits

...

1 Commits

Author SHA1 Message Date
Abdullah Waheed
19a0a5b197 fix: pinned down semantic release action version to 19.0.5 2023-03-30 10:55:10 +05:00

View File

@@ -35,7 +35,7 @@ jobs:
- name: Release - name: Release
uses: cycjimmy/semantic-release-action@v3 uses: cycjimmy/semantic-release-action@v3
with: with:
semantic_version: 20 semantic_version: 19.0.5
env: env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}