Skip to content

Commit

Permalink
ci: fix npm release script
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli committed Dec 16, 2024
1 parent f5dce8d commit 1f71995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
curl --fail --request POST \
--form token=${{ secrets.TOKEN }} \
--form ref=3.2.x \
--form ref=main \
--form "variables[ADDON_NAME]=design-comuni-plone-theme" \
--form "variables[ADDON_TAG]=${{ steps.get_version.outputs.VERSION }}" \
"https://gitlab.com/api/v4/projects/${{ secrets.PROJECT_ID }}/trigger/pipeline"

0 comments on commit 1f71995

Please sign in to comment.