Skip to content

Commit

Permalink
string
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandotsmith committed Nov 13, 2023
1 parent d841368 commit 0c87ddc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
context: .
file: ./cmd/shovel/Dockerfile
push: true
tags: indexsupply/shovel:${{ replace(github.ref_name, 'v', '') }}
tags: indexsupply/shovel:${{ github.ref_name }}
bins:
name: s3 binaries
name: binaries
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -56,7 +56,7 @@ jobs:
- uses: ./.github/actions/release
id: go-run-release
with:
cmd: ${{ matrix.cmd }} -tag ${{ replace(github.ref_name, 'v', '') }}
cmd: ${{ matrix.cmd }} -tag ${{ github.ref_name }}
dist: ${{ secrets.AWS_DISTRIBUTION_ID }}
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 0c87ddc

Please sign in to comment.