We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e666ddb commit 015eda3Copy full SHA for 015eda3
1 file changed
.github/workflows/publish.yml
@@ -38,12 +38,6 @@ jobs:
38
- uses: actions/checkout@v3
39
- uses: ./.github/actions/setup-bun
40
41
- - name: Setup git committer
42
- id: committer
43
- uses: ./.github/actions/setup-git-committer
44
- with:
45
- opencode-app-id: ${{ vars.OPENCODE_APP_ID }}
46
- opencode-app-secret: ${{ secrets.OPENCODE_APP_SECRET }}
47
- id: version
48
run: |
49
./script/version.ts
0 commit comments