From 4615a6d76904d6a1f153a9ff18dcd9fbbcae227a Mon Sep 17 00:00:00 2001 From: Keenan Tims Date: Sat, 21 Oct 2023 19:56:38 -0700 Subject: [PATCH] build: tag compile step --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f93862..fea257f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,7 @@ jobs: steps: - uses: actions/checkout@master - name: Compile and release + id: compile uses: rust-build/rust-build.action@v1.4.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}