Skip to content

Commit

Permalink
Change serverless workflow to pass in github.repository when genera…
Browse files Browse the repository at this point in the history
…ting a release - hopefully will allow QA build revision bumps to work correctly
  • Loading branch information
stephenhand committed Oct 24, 2022
1 parent af942bf commit e6a63de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/serverless-pre-release-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
tag-prefix: ${{ inputs.tag-prefix }}
tag-suffix: 'qa'
title: ${{ inputs.title }}
repository: ${{ github.event.repository.name }}
repository: ${{ github.repository }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
id: create_pre_release

Expand Down

0 comments on commit e6a63de

Please sign in to comment.