Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed Mar 31, 2024
1 parent e98575e commit e208166
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ jobs:
# run: go test -v ./...
# continue-on-error: true

- name: Go build
run: mkdir -p build && go build -v -o build/hubapp && build/hubapp --help

- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.26.0
id: vars
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: false
INITIAL_VERSION: 0.4.0
RELEASE_BRANCHES: release
DEFAULT_BUMP: patch
# - name: Go build
# run: mkdir -p build && go build -v -o build/hubapp && build/hubapp --help

# - name: Bump version and push tag
# uses: anothrNick/github-tag-action@1.26.0
# id: vars
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# WITH_V: false
# INITIAL_VERSION: 0.4.0
# RELEASE_BRANCHES: release
# DEFAULT_BUMP: patch

release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e208166

Please sign in to comment.