Compare commits

..

1 Commits

Author SHA1 Message Date
Yeicor
ed9251faac fix CI deployment 4 2024-03-10 18:08:13 +01:00

View File

@@ -14,6 +14,8 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
with: # Ensure we are not in a detached HEAD state
ref: "master"
- run: "echo 'CLEAN_VERSION=${{ github.ref }}' | sed 's,refs/tags/v,,g' >> $GITHUB_ENV"
# Write the new version to package.json
- uses: "actions/setup-node@v4"