Skip to content

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

Notifications You must be signed in to change notification settings

BattlesnakeOfficial/action-version-txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

action-version-release

Simple GitHub Action to write VERSION.txt and include it in each release. Note this force updates the release tag, such that the tagged commit contains the new VERSION.txt file.

Usage

name: Release

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

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published