Skip to content

Commit fd1a145

Browse files
author
Léo Guillaume
committed
Auto stash before checking out "origin/main"
1 parent 938900a commit fd1a145

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
id: create_tag
3939
run: |
4040
VERSION=$(node -p "require('./package.json').version")
41-
echo $VERSION
42-
git push --tags
41+
VERSIOND=$(node -p "require('./package.json')")
42+
echo "la version est: $VERSION"
43+
echo "la version estd: $VERSIOND"
4344
echo "::set-output name=version::v$VERSION"
4445
env:
4546
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)