Skip to content

Commit bd3e949

Browse files
committed
Release v1.07.5
1 parent 0f6ed1c commit bd3e949

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
path: |
8686
CMake_build/libinchi_build/CMakeCache.txt
8787
CMake_build/cli_build/CMakeCache.txt
88-
88+
8989
- name: Collect artifacts
9090
run: |
9191
mkdir -p ${{ env.RELEASE_DIR }}
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Sign artifacts
103103
if: runner.os == 'Windows'
104-
uses: signpath/github-action-submit-signing-request@4f13d373e8f0cd8d3c0465ff4877feff27aed2ae
104+
uses: signpath/github-action-submit-signing-request@ced31329c0317e779dad2eec2a7c3bb46ea1343e
105105
with:
106106
api-token: ${{ secrets.SIGNPATH_API_TOKEN }}
107107
organization-id: 656f8204-f8c5-4028-bd48-f832f5f89b31
@@ -119,7 +119,6 @@ jobs:
119119

120120
release:
121121
needs: build_and_test
122-
if: github.ref_type == 'tag'
123122
runs-on: ubuntu-22.04
124123
permissions:
125124
contents: write
@@ -144,6 +143,8 @@ jobs:
144143
run: zip -r cmake_configurations.zip cmake_configurations
145144

146145
- name: Create release
146+
# TODO: lift this guard to release job level
147+
if: github.ref_type == 'tag'
147148
shell: bash
148149
env:
149150
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)