Skip to content

Commit 1990448

Browse files
committed
correct workflow file
1 parent 8f27946 commit 1990448

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-package-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@ jobs:
284284
uses: ncipollo/release-action@v1
285285
with:
286286
artifacts: "dist/*"
287-
prerelease: ${{ steps.get_release_informations.outputs.is_prelease }}
288-
body: ${{ steps.get_release_informations.outputs.release_notes }}
289-
token: ${{ secrets.GITHUB_TOKEN }}
287+
prerelease: ${{ steps.get_release_informations.outputs.is_prelease }}
288+
body: ${{ steps.get_release_informations.outputs.release_notes }}
289+
token: ${{ secrets.GITHUB_TOKEN }}
290290

291291
- name: publish vsix and python packages
292292
run: poetry run npm run publish

0 commit comments

Comments
 (0)