mirror of
https://github.com/Jinnrry/PMail.git
synced 2025-02-20 11:43:09 +08:00
test
This commit is contained in:
parent
ba5a53a4e2
commit
2ec333f6f5
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -22,7 +22,9 @@ jobs:
|
||||
steps:
|
||||
- name: Get version
|
||||
id: get_version
|
||||
run: echo "VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||
run: |
|
||||
echo "VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||
echo "${GITHUB_REF}"
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.0.0
|
||||
- name: Setup Node.js environment
|
||||
|
Loading…
x
Reference in New Issue
Block a user