Skip to content

Commit

Permalink
cicd(configs): renames publish workflow (#37)
Browse files Browse the repository at this point in the history
cicd: fixes release not generation
  • Loading branch information
mathewmeconry authored Jan 4, 2024
1 parent 92967df commit fc1e450
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/configs-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SDK Publish
name: Configs Publish

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
python-version: 3.x
- name: Generate release notes
id: release_notes
run: ./.github/scripts/generate_release_notes.sh $PACKAGE
run: ./.github/scripts/generate_release_notes.sh ${{ inputs.package }}
env:
PACKAGE: ${{ inputs.package }}
GH_TOKEN: ${{ github.token }}
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fc1e450

Please sign in to comment.