Skip to content

Commit

Permalink
gh actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skartknet committed Sep 27, 2024
1 parent ec244b5 commit e02e0b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Release information for v${{ steps.package_version.outputs.version }}
shell: bash
run: |
echo Release Id: ${{ steps.release.outputs.id }}
echo Upload URL: ${{ steps.release.outputs.upload_url }}
Expand Down
2 changes: 1 addition & 1 deletion Our.Iconic.Core/Our.Iconic.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<Version>14.0.0-beat1</Version>
<Version>14.0.0-beta2</Version>
<Authors>Mario Lopez</Authors>
<Description>Highly configurable icon picker for Umbraco.
With Iconic you will be able to create a property editor that can use virtually any font package out there and not only that, you will be able to select your icon from more than one package on the same property.
Expand Down
2 changes: 1 addition & 1 deletion Our.Iconic/Our.Iconic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</Description>
<Product>$(AssemblyName)</Product>
<PackageTags>umbraco plugin package icon picker editor backoffice umbraco-marketplace</PackageTags>
<Version>14.0.0-beta1</Version>
<Version>14.0.0-beta2</Version>
<Authors>Mario Lopez</Authors>
<PackageProjectUrl>https://github.com/Skartknet/Iconic</PackageProjectUrl>
<PackageIcon>iconic_logo.png</PackageIcon>
Expand Down

0 comments on commit e02e0b6

Please sign in to comment.