Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
noony committed Feb 5, 2025
1 parent 530fde1 commit 454490d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 52 deletions.
34 changes: 0 additions & 34 deletions .github/release.yml

This file was deleted.

19 changes: 1 addition & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,11 @@ on:
- tag-v1.5.22-bm

jobs:
release:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
outputs:
tag_name: tag-v1.5.22-bm
steps:
- id: release-drafter
uses: release-drafter/release-drafter@v6
with:
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_CURRENT_TAG: v1.5.21

deploy:
needs: [release]
uses: ./.github/workflows/deploy.yml
secrets: inherit
permissions:
packages: write
contents: write
with:
forRef: ${{ needs.release.outputs.tag_name }}
forRef: tag-v1.5.22-bm

0 comments on commit 454490d

Please # to comment.