diff --git a/.gitea/workflows/tag.yaml b/.gitea/workflows/tag.yaml index d8e2579..70cda6f 100644 --- a/.gitea/workflows/tag.yaml +++ b/.gitea/workflows/tag.yaml @@ -6,6 +6,7 @@ on: env: PACKAGE_AND_BREW: ${{ secrets.PACKAGE_AND_BREW }} + VERSION: ${{ gitea.ref_name }} jobs: build-arch: @@ -17,7 +18,7 @@ jobs: repository: "tesses50/tesses-tap.git" token: ${{ env.PACKAGE_AND_BREW }} - run: | - echo "THIS IS COOL" > file + bash ../edit-formula.sh git config user.name "Tesses Gitea Bot" git config user.email "noreply@tesses.net" git add . diff --git a/main.c b/main.c index c547bb0..18a3b45 100644 --- a/main.c +++ b/main.c @@ -5,5 +5,6 @@ const char* VERSE = "John 3:16 says: For God so loved the world that he gave his int main(int argc, char** argv) { printf("%s",VERSE); + printf("GOD's NOT DEAD\n"); return 0; }