Skip to content

Commit 60f69c0

Browse files
committed
ci: set release_as for first release
1 parent 27d7aa0 commit 60f69c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
with:
1616
release-type: node
1717
package-name: nodebb-plugin-category-queue
18+
release-as: 2.0.0
1819
# The logic below handles the npm publication:
1920
- uses: actions/checkout@v4
2021
# these if statements ensure that a publication only occurs when
@@ -31,4 +32,4 @@ jobs:
3132
- run: yarn publish
3233
env:
3334
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
34-
if: ${{ steps.release.outputs.release_created }}
35+
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)