Skip to content

Commit

Permalink
release fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides committed Aug 2, 2023
1 parent e8492d4 commit 5ac9307
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 29 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
cibuild:
name: cibuild
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -32,6 +34,7 @@ jobs:
- name: script/cibuild
run: script/cibuild
- uses: WillAbides/[email protected]
id: release-train
with:
# set create-release: true when ready to start releasing
create-release: false
Expand All @@ -43,6 +46,7 @@ jobs:
env:
RELEASE_TAG: ${{ steps.release-train.outputs.release-tag }}
GH_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ github.token }}
if: steps.release-train.outputs.created-release == 'true' && hashFiles('.goreleaser.yaml') != ''
run: |
#!/bin/sh
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/version-labels.yaml

This file was deleted.

0 comments on commit 5ac9307

Please sign in to comment.