Skip to content

Commit

Permalink
Merge pull request #25 from cpanato/test
Browse files Browse the repository at this point in the history
fix missing commands
  • Loading branch information
k8s-ci-robot committed Mar 28, 2024
2 parents 2c6edf9 + 6639ee0 commit 26fd2fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Expand Up @@ -42,13 +42,8 @@ jobs:
id: get_tag
run: echo "TAG=${GITHUB_REF#refs/*/}" >> "$GITHUB_OUTPUT"

- name: Run Mage
uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3.0.0
with:
version: latest
args: buildBinaries
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run goreleaser
run: make goreleaser

attestation:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/snapshot.yml
Expand Up @@ -27,5 +27,8 @@ jobs:
with:
install-only: true

- name: Run goreleaser snapshot
run: make snapshot

- name: check binary
run: ./dist/mdtoc-amd64-linux -version

0 comments on commit 26fd2fe

Please sign in to comment.