diff --git a/.github/workflows/docker-multi-platform-test.yml b/.github/workflows/docker-multi-platform-test.yml index fca1ce0..b767c55 100644 --- a/.github/workflows/docker-multi-platform-test.yml +++ b/.github/workflows/docker-multi-platform-test.yml @@ -17,10 +17,16 @@ jobs: with: fetch-depth: 1 + # - name: Get release artifacts + # uses: actions/download-artifact@v3 + # with: + # name: artifacts + # path: artifacts + - name: Set version variable run: | version="$(cat artifacts/release-version)" - echo "version=$version" >> $GITHUB_ENV + echo "version=v0.4.1" >> $GITHUB_ENV - name: Validate release environment variables run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4dfcc7b..66b10ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -292,6 +292,12 @@ jobs: with: fetch-depth: 1 + - name: Get release artifacts + uses: actions/download-artifact@v3 + with: + name: artifacts + path: artifacts + - name: Set version variable run: | version="$(cat artifacts/release-version)"