Skip to content

Merge pull request #16 from HeavyWombat/use/go-1.22-in-actions #6

Merge pull request #16 from HeavyWombat/use/go-1.22-in-actions

Merge pull request #16 from HeavyWombat/use/go-1.22-in-actions #6

Workflow file for this run

---
name: release
on:
push:
tags-ignore:
- '**'
paths-ignore:
- '**.md'
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
if: ${{ github.repository == 'shipwright-io/setup' }}
env:
VERSION: "1"
steps:
- uses: actions/checkout@v3
- name: git-configuration
run: |
git config user.name ${{ github.actor }}
git config user.email ${{ github.actor }}@users.noreply.github.com
- name: release-action
working-directory: ${{ github.action_path }}
run: |
eval "$(./hack/release.sh)"