We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3adde commit c95b88dCopy full SHA for c95b88d
1 file changed
.github/workflows/release.yml
@@ -46,10 +46,9 @@ jobs:
46
node-version: 'lts/*'
47
48
- name: Run semantic-release
49
- uses: mridang/action-semantic-release@v1
+ uses: mridang/action-semantic-release@v2
50
with:
51
github-token: ${{ secrets.GITHUB_TOKEN }}
52
- allow-force-install: 'true'
53
env:
54
DOCKER_REGISTRY_USER: ${{ github.actor }}
55
DOCKER_REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
0 commit comments