Skip to content

Commit

Permalink
chore: remove tag from *.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yquansah committed Jan 8, 2024
1 parent 3b2238c commit 007c391
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/package-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
description: "SDK(s) to build"
type: string
required: true
tag:
description: "Tag to use for SDK(s)"
type: string
required: false

permissions:
contents: write
Expand Down Expand Up @@ -41,4 +37,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
run: |
dagger run go run ./build --languages=${{ inputs.sdk }} --push=true --tag=${{ inputs.tag }}
dagger run go run ./build --languages=${{ inputs.sdk }} --push=true

0 comments on commit 007c391

Please sign in to comment.