Skip to content

Commit

Permalink
Update hello_world.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abuchanan-airbyte authored Aug 23, 2024
1 parent e4b8c5b commit d2b907d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/hello_world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
id: get_version
run: echo "ABCTL_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Make Release
run: echo make clean release
- name: Check version
run: ./build/release/abctl-$ABCTL_VERSION-linux-amd64/abctl version
- uses: ncipollo/release-action@v1
with:
generateReleaseNotes: true
artifacts: "build/release/*.tar.gz"
#- uses: actions/setup-go@v5
# with:
# go-version: 'stable'
#- name: Make Release
# run: make clean release
#- name: Check version
# run: ./build/release/abctl-$ABCTL_VERSION-linux-amd64/abctl version
#- uses: ncipollo/release-action@v1
# with:
# generateReleaseNotes: true
# artifacts: "build/release/*.tar.gz"
- uses: actions/checkout@v4
with:
repository: abuchanan-airbyte/homebrew-tap
Expand Down

0 comments on commit d2b907d

Please sign in to comment.