Skip to content

Commit

Permalink
Merge pull request #4 from sammcj/renovate/github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed Aug 31, 2023
2 parents a5a9a4e + 906234f commit 405d634
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- name: Install golang
uses: actions/setup-go@v4
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
- name: Build
run: go build docktails.go
- name: upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
with:
name: docktails
path: docktails
Expand All @@ -31,7 +31,7 @@ jobs:
release_branches: main
pre_release_branches: dev
- name: Create a GitHub release
uses: ncipollo/release-action@v1
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
Expand Down

0 comments on commit 405d634

Please sign in to comment.