Skip to content

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

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

[github-actions] Add create-release job (#21) #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:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}