Add github action

This commit is contained in:
pader 2021-07-31 17:57:06 +08:00
parent e24ff96a15
commit 9546c953c0
1 changed files with 2 additions and 0 deletions

View File

@ -19,10 +19,12 @@ jobs:
id: version_step
run: |
echo "##[set-output name=version;]NACOS_VERSION=${GITHUB_REF#$"refs/tags/v"}"
- name: Check out the repo
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Set up QEMU
uses: docker/setup-qemu-action@v1