Skip to content

Commit

Permalink
Remove deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-horton-ho-sas committed Dec 30, 2024
1 parent 01bbf3b commit 90503f0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
github.event.pull_request.merged == true &&
contains(github.event.pull_request.labels.*.name, 'skip-release') == false
runs-on: ubuntu-latest
environment: 'deployment'
permissions:
packages: write
contents: write
Expand All @@ -34,13 +33,6 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
scope: '@ukhomeoffice'

- name: Calculate semver value
id: calculate
uses: UKHomeOffice/sas-github-workflows/.github/actions/calculate-semver-value@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
default_to_highest: ${{ github.base_ref == 'main' }}

- name: Install npm dependencies
run: |
npm --loglevel warn ci --ignore-scripts
Expand Down

0 comments on commit 90503f0

Please sign in to comment.