From d62282cd1b74aac606d5af2c1c7fdb79b554259d Mon Sep 17 00:00:00 2001 From: Gareth Latty Date: Sat, 1 Jun 2024 18:13:20 +0100 Subject: [PATCH] Hopefully fix the example build. --- CHANGELOG.md | 5 +++++ base/.github/workflows/publish.yml | 13 ++----------- config.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 11 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48814e0..6126b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +- 7.1.1 + + - Changed: + - Hopefully fixed example build, shouldn't actually change the library. + - 7.1.0 - Changed: diff --git a/base/.github/workflows/publish.yml b/base/.github/workflows/publish.yml index cf34b42..5046643 100644 --- a/base/.github/workflows/publish.yml +++ b/base/.github/workflows/publish.yml @@ -45,15 +45,6 @@ jobs: - name: Setup buildx. uses: docker/setup-buildx-action@v2 - - name: Set up elm. - uses: jorelali/setup-elm@v5 - with: - elm-version: 0.19.1 - - - name: Install the package. - run: | - echo Y | elm install "lattyware/elm-fontawesome" - - name: Build example. uses: docker/bake-action@v4 with: @@ -69,7 +60,7 @@ jobs: - name: Checkout elm-fontawesome-example repository. uses: actions/checkout@v4 with: - repository: "lattyware/elm-fontawesome" + repository: "lattyware/elm-fontawesome-example" ssh-key: ${{ secrets.EXAMPLE_DEPLOY_KEY }} path: "publish" @@ -96,7 +87,7 @@ jobs: - name: Checkout elm-fontawesome-example pages repository. uses: actions/checkout@v4 with: - repository: "lattyware/elm-fontawesome" + repository: "lattyware/elm-fontawesome-example" ssh-key: ${{ secrets.EXAMPLE_DEPLOY_KEY }} ref: "gh-pages" path: "pages" diff --git a/config.json b/config.json index ceebf04..3814f4f 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "version": "7.1.0", + "version": "7.1.1", "iconSources": [ { "name": "Solid", diff --git a/package-lock.json b/package-lock.json index 1e162ce..7539411 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "elm-fontawesome-generator", - "version": "7.1.0", + "version": "7.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "elm-fontawesome-generator", - "version": "7.1.0", + "version": "7.1.1", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index 49bf0c8..87155dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elm-fontawesome-generator", - "version": "7.1.0", + "version": "7.1.1", "description": "Generate elm modules for FontAwesome icons.", "author": "Gareth Latty ", "license": "GPL-3.0-or-later",