Skip to content

Commit

Permalink
ci: use latest as tag name for the dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
roock committed Apr 13, 2023
1 parent 33e4d0b commit 8d372d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: mknejp/delete-release-assets@36f2f2d2982eacea19cfc67bf2644afe636dd8b4
with:
token: ${{ github.token }}
tag: dev-build
tag: latest
fail-if-no-assets: false
assets: |
bareos_exporter-*
Expand All @@ -47,6 +47,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
release_tag: dev
release_tag: latest
overwrite: true
asset_name: "${BINARY_NAME}-${{ env.BUILD_TIME }}-${RELEASE_TAG}-${GOOS}-${GOARCH}"

0 comments on commit 8d372d5

Please sign in to comment.