Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 598eb9c

Browse files
committed
ci: fix typo and remove outdated workflows
1 parent 3114e68 commit 598eb9c

File tree

3 files changed

+1
-83
lines changed

3 files changed

+1
-83
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/workflows/tag-n-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == github.event.repository.default_branch
1212
runs-on: ubuntu-latest
1313
outputs:
14-
tag: v${{ steps.bump.outputs.version }}
14+
tag: ${{ steps.bump.outputs.version }}
1515
steps:
1616
- id: app-token
1717
uses: actions/create-github-app-token@v1

0 commit comments

Comments
 (0)