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 27d7aa0 commit 60f69c0Copy full SHA for 60f69c0
.github/workflows/release.yml
@@ -15,6 +15,7 @@ jobs:
15
with:
16
release-type: node
17
package-name: nodebb-plugin-category-queue
18
+ release-as: 2.0.0
19
# The logic below handles the npm publication:
20
- uses: actions/checkout@v4
21
# these if statements ensure that a publication only occurs when
@@ -31,4 +32,4 @@ jobs:
31
32
- run: yarn publish
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- if: ${{ steps.release.outputs.release_created }}
35
+ if: ${{ steps.release.outputs.release_created }}
0 commit comments