From fb56712562c31c59b444feaf8cc16d689ce30b08 Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Wed, 15 Apr 2020 16:19:06 -0700 Subject: [PATCH] Undo hardcoded release version (#479) During testing, we set a hardcoded release version, but this was not undone. This fixes the release action by restoring the tag-derived version string. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15bc470f66..4388075c8e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: package env: CARGO_RELEASE: "1" - PACKAGE_VERSION: test-0.0.0 # ${{ steps.release-tag-meta.outputs.name }} + PACKAGE_VERSION: ${{ steps.release-tag-meta.outputs.name }} uses: ./.github/actions/package with: entrypoint: make