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 919fa76 commit ebf0481Copy full SHA for ebf0481
1 file changed
.github/workflows/publish.yml
@@ -22,3 +22,15 @@ jobs:
22
- run: npm ci
23
- run: npm run build
24
- run: npm publish
25
+ release:
26
+ runs-on: ubuntu-latest
27
+ needs: [publish-npm]
28
+ permissions:
29
+ contents: write
30
+ steps:
31
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
32
+ - name: Create Release
33
+ id: create_release
34
+ uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090
35
+ with:
36
+ draft: true
0 commit comments