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 0ef2d1e commit 5c43275Copy full SHA for 5c43275
.github/workflows/main.yml
@@ -38,13 +38,13 @@ jobs:
38
run: |
39
VERSION=$(node -p "require('./package.json').version")
40
git push --tags
41
- echo "version=v$VERSION >> $GITHUB_OUTPUT"
+ echo "version=v$VERSION" >> $GITHUB_OUTPUT
42
env:
43
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
44
- name: Create GitHub Release
45
46
TOTO='machin'
47
- echo "Release $GITHUB_OUTPUT $TOTO"
+ echo "Release $GITHUB_OUTPUT $TOTO PODEF: ${{steps.create_tag.outputs.skip}}"
48
49
50
- name: Publish package on NPM 📦
0 commit comments