Skip to content

Update ncipollo/release-action action to v1.13.0 #35

Update ncipollo/release-action action to v1.13.0

Update ncipollo/release-action action to v1.13.0 #35

Workflow file for this run

name: Build Only
on:
workflow_dispatch: {}
push:
branches: [ master ]
paths-ignore:
- '**.md'
pull_request:
branches: [ master ]
paths-ignore:
- '**.md'
env:
ver_num: "1.0.${{ github.run_number }}"
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Make
run: "VERSION=${{ env.ver_num }} make"