Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/build-and-publish-release.y…
Browse files Browse the repository at this point in the history
…ml to match the template repo
  • Loading branch information
credfeto committed Oct 9, 2023
1 parent 0d48197 commit 5f7daab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,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 @@ -50,7 +51,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 All @@ -63,7 +64,6 @@ jobs:
#NUGET_ADDITIONAL_RESTORE_FEED_PRERELEASE_CACHE: ${{vars.NUGET_ADDITIONAL_RESTORE_FEED_PRERELEASE_CACHE}}
NUGET_ADDITIONAL_RESTORE_FEED_RELEASE: ${{vars.NUGET_ADDITIONAL_RESTORE_FEED_RELEASE}}
#NUGET_ADDITIONAL_RESTORE_FEED_PRERELEASE: ${{vars.NUGET_ADDITIONAL_RESTORE_FEED_PRERELEASE}}

NUGET_PACK: ${{vars.NUGET_PACK}}
NUGET_FEED: ${{secrets.NUGET_FEED}}
NUGET_SYMBOL_FEED: ${{secrets.NUGET_SYMBOL_FEED}}
Expand All @@ -82,7 +82,7 @@ jobs:
REPO_VISIBILITY: ${{env.REPO_STATUS}}
CREATE_RELEASE: true

- name: Build Version
- name: "Build Version"
uses: actions/github-script@v6.4.1
with:
script: |
Expand Down

0 comments on commit 5f7daab

Please sign in to comment.