From 10e424ac038c46720cafa92536e58be67b0ed7ba Mon Sep 17 00:00:00 2001 From: Brent Wilson Date: Mon, 12 Jun 2023 20:19:20 -0500 Subject: [PATCH] Another attempt at fix release upload --- .github/workflows/automate-release.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/automate-release.yml b/.github/workflows/automate-release.yml index 06ea80b..fa7235f 100644 --- a/.github/workflows/automate-release.yml +++ b/.github/workflows/automate-release.yml @@ -17,6 +17,7 @@ jobs: run: | echo "done!" + - uses: actions/checkout@v3 - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/package.json b/package.json index ec5ccc5..fbeb56d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "airline-club-plus", "displayName": "Airline Club Plus", - "version": "1.1.4", + "version": "1.1.5", "description": "Improves the Airline-Club.com game experience.", "author": "Brent Wilson ", "scripts": {