We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86fa41e commit 2dd1b36Copy full SHA for 2dd1b36
.github/workflows/build-image.yml
@@ -14,12 +14,6 @@ jobs:
14
- name: Checkout repository
15
uses: actions/checkout@v4
16
17
- - name: Update Version
18
- run: |
19
- TAG=$(basename ${GITHUB_REF})
20
- VERSION=${TAG/v/}
21
- sed -i "s@VERSION = .*@VERSION = '${VERSION}'@g" server/const.py
22
-
23
- name: Set up QEMU
24
uses: docker/setup-qemu-action@v3
25
.github/workflows/release-drafter.yml
@@ -34,7 +34,7 @@ jobs:
34
config-name: release-config.yml
35
version: ${{ steps.get_version.outputs.TAG }}
36
tag: ${{ steps.get_version.outputs.TAG }}
37
+
38
- name: Sleep time
39
run: |
40
sleep 2
0 commit comments