Skip to content

Commit

Permalink
fix-version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreat committed Oct 31, 2024
1 parent ee46933 commit 94c4763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set Version
id: version
run: |
echo "version=v0-${{ github.run_number }}.sha-${GITHUB_SHA::7}" >> "${GITHUB_OUTPUT}"
echo "version=v0-sha-${GITHUB_SHA::7}" >> "${GITHUB_OUTPUT}"
lint-actions:
runs-on: mco-dev-small-x64
Expand Down

0 comments on commit 94c4763

Please sign in to comment.