Skip to content

Commit

Permalink
v5.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Oct 22, 2024
1 parent 22fb3b2 commit 512ed22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: "20"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm install
- run: npm test
- if: ${{ github.event.release.tag_name != '' && env.NPM_PUBLISH_TAG != '' }}
run: npm publish --provenance --access=public --tag=${{ env.NPM_PUBLISH_TAG }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@11ty/eleventy-fetch",
"version": "5.0.0-beta.1",
"version": "5.0.0-beta.2",
"description": "Fetch and locally cache remote API calls and assets.",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 512ed22

Please sign in to comment.