Skip to content

Commit 5c43275

Browse files
author
Léo Guillaume
committed
Auto stash before checking out "origin/main"
1 parent 0ef2d1e commit 5c43275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
run: |
3939
VERSION=$(node -p "require('./package.json').version")
4040
git push --tags
41-
echo "version=v$VERSION >> $GITHUB_OUTPUT"
41+
echo "version=v$VERSION" >> $GITHUB_OUTPUT
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
4444
- name: Create GitHub Release
4545
run: |
4646
TOTO='machin'
47-
echo "Release $GITHUB_OUTPUT $TOTO"
47+
echo "Release $GITHUB_OUTPUT $TOTO PODEF: ${{steps.create_tag.outputs.skip}}"
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
5050
- name: Publish package on NPM 📦

0 commit comments

Comments
 (0)