Skip to content

Commit 4c44247

Browse files
committed
redundant steps decommission
1 parent 101a416 commit 4c44247

File tree

8 files changed

+888
-841
lines changed

8 files changed

+888
-841
lines changed

.github/workflows/npm-publish.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
1-
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
1+
# This workflow publishes a package to GitHub Packages when a release is created
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
33

44
name: Node.js Package
55

66
on:
77
release:
8-
types: [created]
8+
types: [published]
9+
tags:
10+
- '1*'
911

1012
jobs:
1113
publish-npm:
1214
runs-on: ubuntu-latest
1315
steps:
1416
- uses: actions/checkout@v4
17+
with:
18+
ref: 'v1'
1519
- uses: actions/setup-node@v4
1620
with:
1721
node-version: 22

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
99
:x: - deprecation
1010
:pencil: - chore
1111

12+
## [1.0.0]
13+
- :pencil: bumped dependencies
14+
- :x: decommissioned step _Response {string} Status Code {apiValidation} {string}_
15+
- :x: decommissioned step _Response {string} Status Message {apiValidation} {string}_
16+
1217
## [0.20.0]
1318
- :rocket: improved request and response reporting
1419

0 commit comments

Comments
 (0)