Skip to content

Commit

Permalink
Release v0.0.1 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
happytreees committed Jun 11, 2024
1 parent db068dc commit 9df9cf3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,25 @@ jobs:

goreleaser:
runs-on: ubuntu-latest
needs: create-tag
steps:
-
name: Checkout
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Set up Go
- name: Set up Go
uses: actions/setup-go@v5
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
go-version: "1.22"

- name: Run GoReleaser Action
uses: goreleaser/[email protected]
with:
distribution: goreleaser
# 'latest', 'nightly', or a semver
version: '~> v2'
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.VULTRBOT_TOKEN }}
release:
runs-on: ubuntu-latest
needs: ["goreleaser", "create-tag"]
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ builds:
- linux
goarch:
- amd64
- arm64
- arm
binary: vcr-credential-provider

archives:
Expand Down

0 comments on commit 9df9cf3

Please sign in to comment.