We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72dd065 commit aee6d77Copy full SHA for aee6d77
.github/workflows/publish.yml
@@ -1,7 +1,8 @@
1
name: Release
2
on: [workflow_dispatch] # Manual trigger
3
jobs:
4
- runs-on: ubuntu-24.04
+ build:
5
+ runs-on: ubuntu-24.04
6
steps:
7
- name: checkout repository
8
uses: actions/checkout@v4
0 commit comments