Skip to content

✨ Pass through all arguments to Bash (#13) #12

✨ Pass through all arguments to Bash (#13)

✨ Pass through all arguments to Bash (#13) #12

Workflow file for this run

name: Create Release
on:
push:
tags:
- 'v*.*.*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create Release
uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0 # v1.2.1
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ github.ref_name }}
prerelease: false
title: ${{ github.ref_name }}
files: |
bashp
bashpc
bashpp
bashpp-gh
bashpp-oci