Skip to content

Commit 6f2a4bb

Browse files
Copilothortison
andauthored
Fix publish workflow versioning step (#37)
* Initial plan * fix: remove broken publish version action Co-authored-by: hortison <160366376+hortison@users.noreply.github.com> Agent-Logs-Url: https://github.com/layer5io/mui-datatables/sessions/f8282324-3f75-48ac-99e6-b472fc9e17bd --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: hortison <160366376+hortison@users.noreply.github.com>
1 parent b023408 commit 6f2a4bb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish-package.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ jobs:
3535
registry-url: 'https://registry.npmjs.org'
3636
scope: "@sistent"
3737

38-
- name: "Set Package Version"
39-
uses: reedyuk/npm-version@1.1.1
40-
with:
41-
version: ${{ github.event.release.tag_name }} || ${{ inputs.release_version }}
42-
4338
- name: Install Dependencies
4439
run: npm ci
4540
env:
@@ -88,4 +83,3 @@ jobs:
8883
commit_user_email: lee@toones.io
8984
commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
9085
token: ${{ secrets.GH_ACCESS_TOKEN }}
91-

0 commit comments

Comments
 (0)