Skip to content

Commit

Permalink
fix up artifact for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Apr 18, 2024
1 parent a434361 commit 4cf6ed2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- name: Checkout code
uses: actions/checkout@v4
- name: Read package version
id: version
run: echo "VERSION=$(npm pkg get version | xargs)" >> "$GITHUB_OUTPUT"
- uses: nearform-actions/optic-release-automation-action@v4
with:
commit-message: 'Release {version}'
Expand All @@ -51,7 +46,7 @@ jobs:
notify-linked-issues: false
# optional: set this secret in your repo config for publishing to NPM
npm-token: ${{ secrets.NPM_TOKEN }}
artifact-path: build/mapeo-default-config-${{ steps.version.outputs.VERSION }}.mapeoconfig
artifact-path: build
build-command: |
npm install
npm run build

0 comments on commit 4cf6ed2

Please sign in to comment.