diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b77f499..345dc19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,13 +76,11 @@ jobs: # but also really annoying to build CI around when it needs secrets to work right.) - id: plan run: | - if [ -n "${{ !github.event.pull_request && github.ref_name || '' }}" ]; then - dist --version - dist host --allow-dirty --steps=create ${{ format('--tag=axum-rails-cookie-{0}', github.ref_name) }} --output-format=json > plan-dist-manifest.json - echo "dist ran successfully" - cat plan-dist-manifest.json - echo "manifest=$(jq -c "." plan-dist-manifest.json)" >> "$GITHUB_OUTPUT" - fi + dist --version + dist host --allow-dirty --steps=create --tag=axum-rails-cookie-v0.1.3 --output-format=json > plan-dist-manifest.json + echo "dist ran successfully" + cat plan-dist-manifest.json + echo "manifest=$(jq -c "." plan-dist-manifest.json)" >> "$GITHUB_OUTPUT" - name: "Upload dist-manifest.json" uses: actions/upload-artifact@v4 with: