mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 02:23:51 +01:00
chore(actions): checkout code first in get-version
job
This commit is contained in:
parent
47813f226e
commit
d8e3492545
1 changed files with 3 additions and 0 deletions
3
.github/workflows/debug.yml
vendored
3
.github/workflows/debug.yml
vendored
|
@ -10,6 +10,9 @@ jobs:
|
|||
outputs:
|
||||
version: v${{ steps.get_version.outputs.value }}+rev.g${{ steps.trim_sha.outputs.trimmed_sha }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Get package version
|
||||
uses: SebRollen/toml-action@v1.2.0
|
||||
id: get_version
|
||||
|
|
Loading…
Add table
Reference in a new issue