Skip to content

Commit

Permalink
fix: Add a versions file for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofbolyai committed Mar 6, 2024
1 parent 1c6c3d8 commit cafeeaf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
fetch-depth: 0
token: ${{ secrets.PRIVATE_TOKEN }}

- name: Set up version.json
run: echo "{"version":$(git describe --tags --abbrev=0)}" > version.json

- uses: actions/setup-node@v3
with:
node-version: 16
Expand All @@ -38,7 +41,7 @@ jobs:
pre-commit: ./.github/.pre-commit.js
config-file-path: ./.github/.config.js
version-file: ./version.json
fallback-version: 1.0.0
skip-version-file: true
skip-git-pull: true
pre-release: false
release-count: 5
Expand Down

0 comments on commit cafeeaf

Please sign in to comment.