Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Dec 27, 2023
1 parent c639762 commit c70ddb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]
jobs:
release:
if: ${{ github.event.registry_package.package_version.container_metadata.tag.name == 'steam' }}
if: ${{ github.event.registry_package.name == 'steam' }}
environment: prod
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 0 additions & 1 deletion packages/steam/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,3 @@ io.on('connection', (socket) => {
})

export default io
//test

0 comments on commit c70ddb5

Please sign in to comment.