diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc00513c..fea2820b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -238,6 +238,12 @@ jobs: run: pip install stability-matrix-tools~=0.2.7 - name: Publish Auto-Update Release + env: + SM_B2_API_ID: ${{ secrets.SM_B2_API_ID }} + SM_B2_API_KEY: ${{ secrets.SM_B2_API_KEY }} + SM_CF_CACHE_PURGE_TOKEN: ${{ secrets.SM_CF_CACHE_PURGE_TOKEN }} + SM_CF_ZONE_ID: ${{ secrets.SM_CF_ZONE_ID }} + SM_SIGNING_PRIVATE_KEY: ${{ secrets.SM_SIGNING_PRIVATE_KEY }} run: sm-tools updates publish-matrix -v $RELEASE_VERSION -y publish-auto-update-b2: @@ -259,11 +265,6 @@ jobs: - name: Install Python Dependencies run: pip install stability-matrix-tools~=0.2.7 - - - name: Download Changelog - run: > - sm-tools updates download-changelog -v $RELEASE_VERSION -y - --changelog # Zip each build - name: Zip Artifacts @@ -288,6 +289,12 @@ jobs: fi - name: Publish Auto-Update Release + env: + SM_B2_API_ID: ${{ secrets.SM_B2_API_ID }} + SM_B2_API_KEY: ${{ secrets.SM_B2_API_KEY }} + SM_CF_CACHE_PURGE_TOKEN: ${{ secrets.SM_CF_CACHE_PURGE_TOKEN }} + SM_CF_ZONE_ID: ${{ secrets.SM_CF_ZONE_ID }} + SM_SIGNING_PRIVATE_KEY: ${{ secrets.SM_SIGNING_PRIVATE_KEY }} run: > sm-tools updates publish-files-v3 -v $RELEASE_VERSION -y --channel ${{ github.event.inputs.auto-update-release-channel }}