Skip to content

wcm-io-devops/github-action-release-from-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-action-release-from-tag

Composite GitHub Action that creates a GitHub release from a tag.

Usage example:

name: Release from Tag

on:
  push:
    tags:
      - '*'
  workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    permissions:
      contents: write
    steps:
      - name: Release from Tag
        uses: wcm-io-devops/github-action-release-from-tag@v1
        with:
          body: 'Changes: <url>'
          github-token: ${{ secrets.GITHUB_TOKEN }}

For all parameters, see action.yml.

About

GitHub Action: Release from a tag

Resources

License

Stars

Watchers

Forks

Contributors