Skip to content

Commit 8dc51e9

Browse files
committed
Merge branch 'dev' into releases/v2
2 parents f965c1c + ec01a35 commit 8dc51e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- run: yarn build
4646
- run: git stash
4747
- name: Set version to match the tag
48+
continue-on-error: true
4849
run: |
4950
VERSION=${GITHUB_REF#refs/tags/v}
5051
npm version $VERSION -m "Release $VERSION 📣"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@jamesives/fetch-api-data-action",
33
"description": "GitHub action for handling authenticated API requests, allowing you to save the data from the request into your workspace as an environment variable and a .json file.",
44
"author": "James Ives <iam@jamesiv.es> (https://jamesiv.es)",
5-
"version": "2.4.2",
5+
"version": "2.5.0",
66
"license": "MIT",
77
"main": "lib/lib.js",
88
"types": "lib/lib.d.ts",

0 commit comments

Comments
 (0)