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 938900a commit fd1a145Copy full SHA for fd1a145
.github/workflows/main.yml
@@ -38,8 +38,9 @@ jobs:
38
id: create_tag
39
run: |
40
VERSION=$(node -p "require('./package.json').version")
41
- echo $VERSION
42
- git push --tags
+ VERSIOND=$(node -p "require('./package.json')")
+ echo "la version est: $VERSION"
43
+ echo "la version estd: $VERSIOND"
44
echo "::set-output name=version::v$VERSION"
45
env:
46
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
0 commit comments