1
0
mirror of https://github.com/benjlevesque/short-sha.git synced 2025-12-06 01:37:51 +01:00
This commit is contained in:
Benjamin Levesque
2022-10-28 15:32:58 +02:00
parent c2f9f2c090
commit 43cc5c879c

View File

@@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
ref: ${{ github.ref_name }}
- run: | - run: |
yarn yarn
yarn build yarn build