mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
Merge pull request #30 from Slava-Shchipunov/fix/fix-release-sync-workflow
fix: fix run build job
This commit is contained in:
2
.github/workflows/build-module.yml
vendored
2
.github/workflows/build-module.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
echo "VERSION=${{ inputs.tag_name }}" >> $GITHUB_ENV
|
||||
echo "VERSION=${VERSION#v}" >> $GITHUB_ENV
|
||||
else
|
||||
echo "VERSION=${GITHUB_REF/refs/tags/v/}" >> $GITHUB_ENV
|
||||
echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user