Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Better changelog, author in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
egelja committed Jun 20, 2021
1 parent 601e0b4 commit 8d6707f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

env:
PROJECT_ID: "123456"
PROJECT_ID: "469714"

jobs:
modpack-info:
Expand Down Expand Up @@ -39,11 +39,11 @@ jobs:
uses: actions/checkout@v2
- name: Generate changelog
id: changelog
uses: heinrichreimer/github-changelog-generator-action@v2.1.1
uses: metcalfc/changelog-generator@v1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
output: CHANGELOG.md
stripGeneratorNotice: true
myToken: ${{ secrets.GITHUB_TOKEN }}
- name: Write changelog to file
run: echo '${{ steps.changelog.outputs.changelog }}' > CHANGELOG.md
- name: Store changelog
uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion modpack/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"manifestVersion": 1,
"name": "The Latest Summer Fun Super Special New Edition (Gluten Free)",
"version": "1.1.0",
"author": "",
"author": "thepuncrafter2",
"files": [
{
"projectID": 225643,
Expand Down

0 comments on commit 8d6707f

Please sign in to comment.