Skip to content

Commit

Permalink
fix: Published package name (#313)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus authored Nov 28, 2023
1 parent e7ade6e commit 57a7498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: 'Lint, Unit & Integration Tests'

jobs:
lint-unit:
uses: test-kitchen/.github/.github/workflows/[email protected].1
uses: test-kitchen/.github/.github/workflows/[email protected].2

integration:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id: release
with:
release-type: ruby
package-name: workflow-testing-gem
package-name: kitchen-dokken
version-file: lib/kitchen/driver/dokken_version.rb
token: ${{ secrets.PORTER_GITHUB_TOKEN }}

Expand Down

0 comments on commit 57a7498

Please sign in to comment.