Skip to content

Commit

Permalink
PLTCONN-1789: Use github version as final release version
Browse files Browse the repository at this point in the history
  • Loading branch information
fangming-ning-sp committed Feb 28, 2023
1 parent 5db5b4e commit ec12216
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
tags:
- '*'
pull_request:
branches: [ main ]

jobs:
release:
Expand All @@ -27,6 +25,9 @@ jobs:
- name: Run tests
run: npm ci && npm test

- name: Set package version
run: npm version ${{ github.ref_name }} --no-git-tag-version

- name: Publish to NPM
uses: JS-DevTools/npm-publish@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@sailpoint/connector-sdk",
"version": "0.0.1",
"version": "0.1.0",
"description": "JavaScript framework to build SailPoint Connectors",
"author": "SailPoint Technologies, Inc.",
"license": "Copyright (c) 2021. SailPoint Technologies, Inc. All rights reserved.",
"license": "Copyright (c) 2023. SailPoint Technologies, Inc. All rights reserved.",
"keywords": [
"sailpoint",
"connector"
Expand Down

0 comments on commit ec12216

Please sign in to comment.