Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action: Release VERSION.txt

Simple GitHub Action to write VERSION.txt and include it in each release.

Note this pushes a new commit to the release branch and force updates the release tag in GitHub (so that the tagged commit contains the new VERSION.txt).

Usage

name: Release

on:
  release:
    types: [published]
    branches: [main]

jobs:
  version:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: BattlesnakeOfficial/action-release-version@v1

About

GitHub Action to write VERSION.txt and include it in each release.

Resources

Contributing

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors