Skip to content

Commit

Permalink
Test on dummy version
Browse files Browse the repository at this point in the history
  • Loading branch information
moubctez committed Dec 16, 2024
1 parent 736a3be commit b4faf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Write release version
run: |
# VERSION=$(echo ${GITHUB_REF_NAME#v} | cut -d '-' -f1)
VERSION=1.1.1-dummy
VERSION=1.1.1
echo Version: $VERSION
echo "VERSION=$VERSION" >> $GITHUB_ENV
- uses: actions/setup-node@v3
Expand Down

0 comments on commit b4faf80

Please sign in to comment.