Skip to content

[github-actions] Add create-release job (#16) #1

[github-actions] Add create-release job (#16)

[github-actions] Add create-release job (#16) #1

Workflow file for this run

name: code-push
on:
push:
branches:
- 'main'
- '**_fixes'
jobs:
job:
runs-on: ubuntu-latest
steps:
- name: Init the github-actions repo
uses: aerius/github-actions/init@v1.1
- uses: ./aerius-github-actions/events/push-event-action
with:
NEXUS_USERNAME: ${{ vars.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
JDK_VERSION: 17