We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aff693 commit 32118f5Copy full SHA for 32118f5
.github/workflows/CI.yml
@@ -64,15 +64,14 @@ jobs:
64
run: npm ci
65
- name: Build and Commit
66
run: npm run build-commit
67
- # NOTE: uncomment when ready
68
- # - name: Release 🎉
69
- # uses: cycjimmy/semantic-release-action@v2
70
- # with:
71
- # extends: |
72
- # @semantic-release/apm-config
73
- # env:
74
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75
- # ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}
+ - name: Release 🎉
+ uses: cycjimmy/semantic-release-action@v2
+ with:
+ extends: |
+ @semantic-release/apm-config
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}
76
77
Skip:
78
if: contains(github.event.head_commit.message, '[skip ci]')
0 commit comments