Skip to content
#

Actions

actions logo

GitHub Actions gives you the flexibility to build an automated software development lifecycle workflow. You can write individual tasks, called actions, and combine them to create a custom workflow. Workflows are custom automated processes that you can set up in your repository to build, test, package, release, or deploy any code project on GitHub.

“With GitHub Actions you can build end-to-end continuous integration (CI) and continuous deployment (CD) capabilities directly in your repository. GitHub Actions powers GitHub's built-in continuous integration service. For more information, see "About continuous integration."

Featured Actions

Getting Started

Community & Support

Taking Action With GitHub Actions

Here are 307 public repositories matching this topic...

nathany
nathany commented Jan 15, 2020

It took a few attempts to find a solution to get a version # to tag the releases with. In my case I have a VERSION file containing the version number, such as 0.1.0. This solution should be applicable even if the desired version is stored elsewhere so long as it can be accessed from a bash shell.

The first step gets the version via a run command and sets the output. See the [documentation for

Created by GitHub

Released October 16, 2018

Organization
actions
Website
github.com/features/actions

Related Topics

ci docker
You can’t perform that action at this time.