Skip to content

Commit dcea490

Browse files
committed
Tagging is simply a build and publish workflow.
1 parent c26f2e7 commit dcea490

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cross-compile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,11 @@ jobs:
250250
251251
252252
253+
253254
release:
254255
if: startsWith(github.ref, 'refs/tags/')
255256
needs:
256-
- integration_test
257+
- build
257258
runs-on: ubuntu-latest
258259
env:
259260
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)