View Single Post
12-24-20, 07:31 AM   #80
Niketa
A Wyrmkin Dreamwalker
 
Niketa's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2013
Posts: 54
I'm having some more issues with my configuration for Github actions.

It seemed to be working fine when I released stable versions, but whenever I try to release an alpha, the packager says "Found future tag "v3.0-alpha3", not packaging."
I can't figure out how to make it actually package and release like it's supposed to and it's been getting rather frustrating.

Here is the config file. I had to add the branch name to the clone project step because whenever I left that out, it would just repackage and release my latest release version (v2.1.5). However, after I changed this it recognized the alpha version (v3.0-alpha3), but gave the above error.

I tried messing around with the on push tags but it was a no go with anything I tried.
  Reply With Quote