Skip to content

Commit

Permalink
try to fix actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Jan 2, 2025
1 parent 91fc442 commit 9288542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
cache: 'yarn'
- name: Install dependencies
run: yarn install && yarn compile
run: yarn install --immutable && yarn compile
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"packageManager": "yarn@4.6.0",
"name": "@liturgical-calendar/components-js",
"version": "1.0.3",
"version": "1.0.4",
"author": "John R. D'Orazio <priest@johnromanodorazio.com (https://www.johnromanodorazio.com)",
"description": "Liturgical calendar components for javascript: an html select populated with liturgical calendars supported by the Liturgical Calendar API; form controls for parameters that are supported by the Liturgical Calendar API; a webcalendar; and liturgy of the day",
"homepage": "https://litcal.johnromanodorazio.com",
Expand Down

0 comments on commit 9288542

Please sign in to comment.