Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #103 from JupiterOne/int-8378
Browse files Browse the repository at this point in the history
Update integration-deployment.yml
  • Loading branch information
sl45082 authored May 19, 2023
2 parents 9bd0fdc + 2805b80 commit 4fe71f5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 23 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/integration-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,16 @@ jobs:
steps:
- name: Get integration name
id: get-integration-name
uses: actions/[email protected]
with:
script: |
const repositoryName = context.payload.repository.name
const integrationName = repositoryName.replace("graph-", "")
core.setOutput('integrationName', integrationName)
shell: bash
run: |
NAME=${{ github.event.repository.name }}
echo "integrationName=${NAME#graph-}" >> $GITHUB_OUTPUT
- name: Get version number
id: get-version-number
uses: actions/[email protected]
with:
script: |
const tagName = context.payload.release.tag_name
const versionNumber = tagName.replace("v", "")
core.setOutput('versionNumber', versionNumber)
shell: bash
run: |
TAG=${{ github.event.release.tag_name }}
echo "versionNumber=${TAG#v}" >> $GITHUB_OUTPUT
- name: Bump integration deployment version
uses: JupiterOne/integration-github-actions/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ dist
coverage/
.j1-integration
.j1-integration-cache
CHANGELOG.md
10 changes: 0 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## 4.4.4 - 2023-05-15

## Added
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
],
"onlyPublishWithReleaseLabel": true,
"shipit": {
"noChangelog": true,
"prerelease": false
}
}
Expand Down

0 comments on commit 4fe71f5

Please sign in to comment.