feat: ensure compatibility with Jira 10.3.0 #66
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Continuous Integration with GitHub | |
name: CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Code | |
uses: actions/checkout@v3 | |
- name: Install Atlassian SDK | |
uses: rodrigo-nogues/github-action-install-atlassian-sdk@v1 | |
- name: Build Project | |
run: atlas-mvn package |