Skip to content

Commit

Permalink
chore: fixed lib version to include hash
Browse files Browse the repository at this point in the history
  • Loading branch information
CEbbinghaus committed Dec 8, 2023
1 parent ac19728 commit ff814b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,16 @@ jobs:
permissions:
packages: write
contents: read

steps:
- name: Checkout
if: ${{ !env.ACT }}
uses: actions/checkout@v4


- name: Update Version
run: |
echo "-$(git rev-parse --short HEAD)" >> version
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit ff814b9

Please sign in to comment.