Zip Code Base with Github Actions for Releases

Поділитися
Вставка
  • Опубліковано 8 вер 2024
  • In this tutorial, we will use Github Actions to zip the code base and create a new release with it.
    Here is the written tutorial: keithweaver.ca...

КОМЕНТАРІ • 2

  • @ldelmar3875
    @ldelmar3875 4 роки тому

    in the "bump version and push tag" section I get "This branch is not a release branch. Skipping the tag creation." How can I make my master branch a release branch ?

    • @ldelmar3875
      @ldelmar3875 4 роки тому +1

      So in case anyone has the same issue you need to set the checkout@v1 to v2
      github.com/anothrNick/github-tag-action/issues/62