Skip to content

Commit 60c7b3b

Browse files
author
Léo Guillaume
committed
Auto stash before checking out "origin/main"
1 parent 598c836 commit 60c7b3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
4444
- name: Create GitHub Release
45-
run: echo "Release $GITHUB_OUTPUT"
45+
run: |
46+
TOTO=$('machin')
47+
echo "Release $GITHUB_OUTPUT $TOTO"
4648
env:
4749
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
4850
- name: Publish package on NPM 📦

0 commit comments

Comments
 (0)