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 Oct 9, 2023
1 parent 8350719 commit c3af16f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-and-publish-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Initialise Workspace
- name: "Initialise Workspace"
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"

- uses: actions/checkout@v4
- name: "Checkout Source"
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -61,7 +62,7 @@ jobs:
echo "RELEASE_BAGET_CACHE=${{vars.RELEASE_BAGET_CACHE}}"
}>> "$GITHUB_OUTPUT"
- name: Build and deploy
- name: "Build and deploy"
uses: ./.github/actions/build
with:
NPM_PRODUCTION_PACKAGER_VERSION: ${{vars.PRODUCTION_PACKAGER_VERSION}}
Expand Down Expand Up @@ -92,7 +93,7 @@ jobs:
REPO_VISIBILITY: ${{env.REPO_STATUS}}
CREATE_RELEASE: false

- name: Build Version
- name: "Build Version"
uses: actions/[email protected]
with:
script: |
Expand Down

0 comments on commit c3af16f

Please sign in to comment.