Skip to content

fix(aim): make an exception for checkSameSourceUrn for AIM case (#484) #376

fix(aim): make an exception for checkSameSourceUrn for AIM case (#484)

fix(aim): make an exception for checkSameSourceUrn for AIM case (#484) #376

Workflow file for this run

name: Create GitHub & Artifactory Release
on:
push:
branches:
- 'master'
paths-ignore:
- 'docs/**'
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# Needed to get all tags
fetch-depth: 0
- name: Install lib
run: sudo apt-get install libncurses5
- name: Release
uses: ./.github/actions/release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ARTIFACTORY_USER: ${{ secrets.ARTIFACTORY_USER }}
ARTIFACTORY_KEY: ${{ secrets.ARTIFACTORY_KEY }}