CBielstein / APRSsharp

APRS# - Modern APRS software for the amateur radio community
MIT License
12 stars 5 forks source link

Fix for environment variable in release Actions workflow #112

Closed CBielstein closed 2 years ago

CBielstein commented 2 years ago

Description

111 was missing the lines to set the environment variable for the nuget API key. This was caught when creating a release in GitHub. This PR addresses that by properly setting the environment variable based on the GitHub repository secret.

Changes

Validation