Skip to content

Commit

Permalink
Don't specify version for local reference
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinkrzeminski committed Sep 20, 2024
1 parent d82e40d commit e05340b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-stream-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
lint_and_test:
uses: ./.github/workflows/lint-and-test.yml@master
uses: ./.github/workflows/lint-and-test.yml

deploy_to_stream_dist:
needs: lint_and_test
Expand Down

0 comments on commit e05340b

Please sign in to comment.