mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-05 22:14:26 +08:00
Fix: Fix building releases with the new actions structure
This commit is contained in:
parent
e145f8761e
commit
470990fe14
1 changed files with 7 additions and 0 deletions
7
.github/workflows/tags.yml
vendored
7
.github/workflows/tags.yml
vendored
|
@ -153,6 +153,13 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Get release version
|
||||
id: version_number
|
||||
shell: bash
|
||||
run: |
|
||||
echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
|
||||
echo "::set-output name=RELEASE_VERSION::${GITHUB_REF:10}"
|
||||
|
||||
- name: Checkout gh-pages
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue