Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/build-and-publish-pre-relea…
Browse files Browse the repository at this point in the history
…se.yml to match the template repo
  • Loading branch information
credfeto committed Jul 27, 2023
1 parent f253f37 commit db6b75a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-publish-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
repository: ${{github.repository}}
token: ${{secrets.GITHUB_TOKEN}}

- name: "Check Runner details"
run: |
echo "Name: ${{runner.name}}"
echo "OS: ${{runner.os}}"
- name: Build and deploy
uses: ./.github/actions/build
with:
Expand Down

0 comments on commit db6b75a

Please sign in to comment.