mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
figuring out what ref to use
This commit is contained in:
parent
1f21b573e2
commit
2e788d1917
1 changed files with 4 additions and 1 deletions
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
|
|
@ -44,7 +44,10 @@ jobs:
|
|||
- name: Fetch tags
|
||||
run: git fetch --tags
|
||||
- name: print env info
|
||||
run: ${{ env.GITHUB_REF }}
|
||||
run: |
|
||||
${{ env.GITHUB_REF }}
|
||||
${{ env.GITHUB_HEAD_REF }}
|
||||
${{ env.GITHUB_BASE_REF }}
|
||||
# Generate the appropriate version number
|
||||
- name: Set Version Number
|
||||
shell: powershell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue