Skip to content

Commit

Permalink
using same placeholder as other jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Oct 7, 2024
1 parent 031b9b5 commit 74c393c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
app-version:
description: 'App Version for Release'
required: true
default: '1.0.0'
default: 'PLACEHOLDER'

env:
ASANA_PAT: ${{ secrets.GH_ASANA_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
app-version:
description: 'App Version for Release'
required: true
default: '1.0.0'
default: 'PLACEHOLDER'

env:
ASANA_PAT: ${{ secrets.GH_ASANA_SECRET }}
Expand Down

0 comments on commit 74c393c

Please sign in to comment.